Skip to content

Commit

Permalink
Prepare docs for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 4, 2017
1 parent 6f77659 commit 3abfdce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please pick a version of KubeDB that matches your Kubernetes installation.

| KubeDB Version | Docs | Kubernetes Version |
|---------------------------------------------------------------------|------------------------------------------------------------|--------------------|
| [0.7.0](https://github.com/k8sdb/cli/releases/tag/0.7.0) (uses CRD) | [User Guide](https://github.com/k8sdb/cli/tree/0.7.0/docs) | 1.7.x+ |
| [0.7.1](https://github.com/k8sdb/cli/releases/tag/0.7.1) (uses CRD) | [User Guide](https://github.com/k8sdb/cli/tree/0.7.1/docs) | 1.7.x+ |
| [0.6.0](https://github.com/k8sdb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/k8sdb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |

## Installation
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ KubeDB provides a CLI to work with database objects. Download pre-built binaries

```console
# Linux amd 64-bit
wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.0/kubedb-linux-amd64 \
wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.1/kubedb-linux-amd64 \
&& chmod +x kubedb \
&& sudo mv kubedb /usr/local/bin/

# Mac 64-bit
wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.0/kubedb-darwin-amd64 \
wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.1/kubedb-darwin-amd64 \
&& chmod +x kubedb \
&& sudo mv kubedb /usr/local/bin/
```
Expand Down Expand Up @@ -68,7 +68,7 @@ To upgrade KubeDB cli, just replace the old cli with the new version.
`kubedb init` command can be used to upgrade operator. Re-run the `kubedb init` command with `--upgrade flag` to upgrade operator.

```console
$ kubedb init --version='0.7.0' --upgrade
$ kubedb init --version='0.7.1' --upgrade

Successfully upgraded operator deployment.
```
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/kubedb_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubedb init [flags]
kubedb init
# Upgrade operator to use another version.
kubedb init --version=0.7.0 --upgrade
kubedb init --version=0.7.1 --upgrade
```

### Options
Expand All @@ -28,7 +28,7 @@ kubedb init [flags]
--operator-namespace string Name of namespace where operator will be deployed. (default "kube-system")
--rbac If true, uses RBAC with operator and database objects
--upgrade If present, Upgrade operator to use provided version
--version string Operator version (default "0.7.0")
--version string Operator version (default "0.7.1")
```

### Options inherited from parent commands
Expand Down

0 comments on commit 3abfdce

Please sign in to comment.