File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Please pick a version of KubeDB that matches your Kubernetes installation.
1818
1919| KubeDB Version | Docs | Kubernetes Version |
2020| ---------------------------------------------------------------------| ------------------------------------------------------------| --------------------|
21- | [ 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+ |
21+ | [ 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+ |
2222| [ 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 |
2323
2424## Installation
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ KubeDB provides a CLI to work with database objects. Download pre-built binaries
77
88``` console
99# Linux amd 64-bit
10- wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.0 /kubedb-linux-amd64 \
10+ wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.1 /kubedb-linux-amd64 \
1111 && chmod +x kubedb \
1212 && sudo mv kubedb /usr/local/bin/
1313
1414# Mac 64-bit
15- wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.0 /kubedb-darwin-amd64 \
15+ wget -O kubedb https://github.com/k8sdb/cli/releases/download/0.7.1 /kubedb-darwin-amd64 \
1616 && chmod +x kubedb \
1717 && sudo mv kubedb /usr/local/bin/
1818```
@@ -68,7 +68,7 @@ To upgrade KubeDB cli, just replace the old cli with the new version.
6868` kubedb init ` command can be used to upgrade operator. Re-run the ` kubedb init ` command with ` --upgrade flag ` to upgrade operator.
6969
7070``` console
71- $ kubedb init --version=' 0.7.0 ' --upgrade
71+ $ kubedb init --version=' 0.7.1 ' --upgrade
7272
7373Successfully upgraded operator deployment.
7474```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kubedb init [flags]
1818 kubedb init
1919
2020 # Upgrade operator to use another version.
21- kubedb init --version=0.7.0 --upgrade
21+ kubedb init --version=0.7.1 --upgrade
2222```
2323
2424### Options
@@ -28,7 +28,7 @@ kubedb init [flags]
2828 --operator-namespace string Name of namespace where operator will be deployed. (default "kube-system")
2929 --rbac If true, uses RBAC with operator and database objects
3030 --upgrade If present, Upgrade operator to use provided version
31- --version string Operator version (default "0.7.0 ")
31+ --version string Operator version (default "0.7.1 ")
3232```
3333
3434### Options inherited from parent commands
You can’t perform that action at this time.
0 commit comments