diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4de11b7..66a8748ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,28 @@ ## [Unreleased](https://github.com/kubedb/cli/tree/HEAD) -[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.1...HEAD) +[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0...HEAD) **Merged pull requests:** +- Use git reset in release script. [\#363](https://github.com/kubedb/cli/pull/363) ([tamalsaha](https://github.com/tamalsaha)) + +## [0.9.0](https://github.com/kubedb/cli/tree/0.9.0) (2018-12-17) +[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.2...0.9.0) + +**Merged pull requests:** + +- Prepare 0.9.0 release [\#362](https://github.com/kubedb/cli/pull/362) ([tamalsaha](https://github.com/tamalsaha)) +- Revendor dependencies [\#361](https://github.com/kubedb/cli/pull/361) ([tamalsaha](https://github.com/tamalsaha)) +- Add delete list for revendor.py [\#360](https://github.com/kubedb/cli/pull/360) ([tamalsaha](https://github.com/tamalsaha)) +- Upgraded DB-Tools versions [\#359](https://github.com/kubedb/cli/pull/359) ([the-redback](https://github.com/the-redback)) + +## [0.9.0-rc.2](https://github.com/kubedb/cli/tree/0.9.0-rc.2) (2018-12-06) +[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.1...0.9.0-rc.2) + +**Merged pull requests:** + +- Prepare docs for 0.9.0-rc.2 release [\#358](https://github.com/kubedb/cli/pull/358) ([tamalsaha](https://github.com/tamalsaha)) - Prepase for 0.9.0-rc.2 release [\#357](https://github.com/kubedb/cli/pull/357) ([tamalsaha](https://github.com/tamalsaha)) - Prepare docs for 0.9.0 release [\#356](https://github.com/kubedb/cli/pull/356) ([tamalsaha](https://github.com/tamalsaha)) - Use kutil/tool/cli to send analytics [\#355](https://github.com/kubedb/cli/pull/355) ([tamalsaha](https://github.com/tamalsaha)) diff --git a/README.md b/README.md index b8df7f884..e2989931d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Please pick a version of KubeDB that matches your Kubernetes installation. | KubeDB Version | Docs | Kubernetes Version | |------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------| -| [0.9.0-rc.2](https://github.com/kubedb/cli/releases/tag/0.9.0-rc.2) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0-rc.2/docs) | 1.9.x + (for qa) | +| [0.9.0](https://github.com/kubedb/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0/docs) | 1.9.x + (for qa) | | [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + | | [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x | diff --git a/chart/kubedb-catalog/Chart.yaml b/chart/kubedb-catalog/Chart.yaml index 9069a1cba..701bb7ec7 100644 --- a/chart/kubedb-catalog/Chart.yaml +++ b/chart/kubedb-catalog/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: 'KubeDB Catalog by AppsCode - Catalog for database versions' name: kubedb-catalog -version: 0.9.0-rc.2 -appVersion: 0.9.0-rc.2 +version: 0.9.0 +appVersion: 0.9.0 home: https://github.com/kubedb/cli icon: https://cdn.appscode.com/images/icon/kubedb.png sources: diff --git a/chart/kubedb/Chart.yaml b/chart/kubedb/Chart.yaml index ef94cc593..3ced30997 100755 --- a/chart/kubedb/Chart.yaml +++ b/chart/kubedb/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: 'KubeDB by AppsCode - Production ready databases on Kubernetes' name: kubedb -version: 0.9.0-rc.2 -appVersion: 0.9.0-rc.2 +version: 0.9.0 +appVersion: 0.9.0 home: https://github.com/kubedb/cli icon: https://cdn.appscode.com/images/icon/kubedb.png sources: diff --git a/chart/kubedb/README.md b/chart/kubedb/README.md index f2c7f2caf..ffa60baa6 100644 --- a/chart/kubedb/README.md +++ b/chart/kubedb/README.md @@ -48,7 +48,7 @@ The following table lists the configurable parameters of the KubeDB chart and th | `replicaCount` | Number of kubedb operator replicas to create (only 1 is supported) | `1` | | `kubedb.registry` | Docker registry used to pull Kubedb operator image | `kubedb` | | `kubedb.repository` | Kubedb operator container image | `operator` | -| `kubedb.tag` | Kubedb operator container image tag | `0.9.0-rc.2` | +| `kubedb.tag` | Kubedb operator container image tag | `0.9.0` | | `cleaner.registry` | Docker registry used to pull Webhook cleaner image | `appscode` | | `cleaner.repository` | Webhook cleaner container image | `kubectl` | | `cleaner.tag` | Webhook cleaner container image tag | `v1.11` | diff --git a/chart/kubedb/values.yaml b/chart/kubedb/values.yaml index 697134628..c3ddca7bf 100644 --- a/chart/kubedb/values.yaml +++ b/chart/kubedb/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 kubedb: registry: kubedb repository: operator - tag: 0.9.0-rc.2 + tag: 0.9.0 cleaner: registry: appscode repository: kubectl diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 18939ef31..89f2102c1 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,16 +2,16 @@ title: Contributing | KubeDB description: Contributing menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: contributing-cli name: Contributing parent: welcome weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: welcome -url: /docs/0.9.0-rc.2/welcome/contributing/ +url: /docs/0.9.0/welcome/contributing/ aliases: - - /docs/0.9.0-rc.2/CONTRIBUTING/ + - /docs/0.9.0/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index dba51d4ac..76a4feb1a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,17 +2,17 @@ title: Welcome | KubeDB description: Welcome to KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: readme-cli name: Readme parent: welcome weight: -1 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: welcome -url: /docs/0.9.0-rc.2/welcome/ +url: /docs/0.9.0/welcome/ aliases: - - /docs/0.9.0-rc.2/ - - /docs/0.9.0-rc.2/README/ + - /docs/0.9.0/ + - /docs/0.9.0/README/ --- # Welcome diff --git a/docs/_index.md b/docs/_index.md index 53f2afcee..cd21f993c 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,9 +1,9 @@ --- title: KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: welcome name: Welcome weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/concepts/README.md b/docs/concepts/README.md index a37076472..2bfdad67e 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,16 +1,16 @@ --- title: Concepts | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: concepts-readme name: Readme parent: concepts weight: -1 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts -url: /docs/0.9.0-rc.2/concepts/ +url: /docs/0.9.0/concepts/ aliases: - - /docs/0.9.0-rc.2/concepts/README/ + - /docs/0.9.0/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index 1fa7ecbbe..82b04fbfe 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -2,9 +2,9 @@ title: Concepts description: Concepts menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: concepts name: Concepts weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/concepts/catalog/_index.md b/docs/concepts/catalog/_index.md index 1a9f2c5eb..8fb6a2328 100644 --- a/docs/concepts/catalog/_index.md +++ b/docs/concepts/catalog/_index.md @@ -2,10 +2,10 @@ title: KubeDB Catalog | KubeDB description: Database Version CRD menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: catalog parent: concepts name: Catalog weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/concepts/catalog/elasticsearch.md b/docs/concepts/catalog/elasticsearch.md index c9c84bcf6..d4261e187 100644 --- a/docs/concepts/catalog/elasticsearch.md +++ b/docs/concepts/catalog/elasticsearch.md @@ -1,12 +1,12 @@ --- title: ElasticsearchVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: elasticsearh-version name: ElasticsearchVersion parent: catalog weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/memcached.md b/docs/concepts/catalog/memcached.md index 617141b57..c5d4e6a04 100644 --- a/docs/concepts/catalog/memcached.md +++ b/docs/concepts/catalog/memcached.md @@ -1,12 +1,12 @@ --- title: MemcachedVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: memcached-version name: MemcachedVersion parent: catalog weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/mongodb.md b/docs/concepts/catalog/mongodb.md index 8882506b4..d9411e3c7 100644 --- a/docs/concepts/catalog/mongodb.md +++ b/docs/concepts/catalog/mongodb.md @@ -1,12 +1,12 @@ --- title: MongoDBVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mongodb-version name: MongoDBVersion parent: catalog weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/mysql.md b/docs/concepts/catalog/mysql.md index ffb90cd45..8c42660e6 100644 --- a/docs/concepts/catalog/mysql.md +++ b/docs/concepts/catalog/mysql.md @@ -1,12 +1,12 @@ --- title: MySQLVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mysql-version name: MySQLVersion parent: catalog weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/postgres.md b/docs/concepts/catalog/postgres.md index 3b8bdb414..a79cff2a1 100644 --- a/docs/concepts/catalog/postgres.md +++ b/docs/concepts/catalog/postgres.md @@ -1,12 +1,12 @@ --- title: PostgresVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: postgres-version name: PostgresVersion parent: catalog weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/redis.md b/docs/concepts/catalog/redis.md index 88e9b8a59..054415a1b 100644 --- a/docs/concepts/catalog/redis.md +++ b/docs/concepts/catalog/redis.md @@ -1,12 +1,12 @@ --- title: RedisVersion menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: redis-version name: RedisVersion parent: catalog weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/_index.md b/docs/concepts/databases/_index.md index d320e409c..446bd0233 100644 --- a/docs/concepts/databases/_index.md +++ b/docs/concepts/databases/_index.md @@ -2,10 +2,10 @@ title: Supported Databases | KubeDB description: Supported Databases menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: databases parent: concepts name: Supported Databases weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/concepts/databases/elasticsearch.md b/docs/concepts/databases/elasticsearch.md index fde5525b7..8d56f6c12 100644 --- a/docs/concepts/databases/elasticsearch.md +++ b/docs/concepts/databases/elasticsearch.md @@ -1,12 +1,12 @@ --- title: Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: elasticsearch-db name: Elasticsearch parent: databases weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/memcached.md b/docs/concepts/databases/memcached.md index ca2897401..277f610ea 100644 --- a/docs/concepts/databases/memcached.md +++ b/docs/concepts/databases/memcached.md @@ -1,12 +1,12 @@ --- title: Memcached menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: memcached-db name: Memcached parent: databases weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/mongodb.md b/docs/concepts/databases/mongodb.md index bd52774b6..1d06aaf38 100644 --- a/docs/concepts/databases/mongodb.md +++ b/docs/concepts/databases/mongodb.md @@ -1,12 +1,12 @@ --- title: MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mongodb-db name: MongoDB parent: databases weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/mysql.md b/docs/concepts/databases/mysql.md index f4ce0c283..664390721 100644 --- a/docs/concepts/databases/mysql.md +++ b/docs/concepts/databases/mysql.md @@ -1,12 +1,12 @@ --- title: MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mysql-db name: MySQL parent: databases weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/postgres.md b/docs/concepts/databases/postgres.md index 39ecac8e4..e4b905731 100644 --- a/docs/concepts/databases/postgres.md +++ b/docs/concepts/databases/postgres.md @@ -1,12 +1,12 @@ --- title: Postgres menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: postgres-db name: Postgres parent: databases weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/redis.md b/docs/concepts/databases/redis.md index c030bf0bc..89179e669 100644 --- a/docs/concepts/databases/redis.md +++ b/docs/concepts/databases/redis.md @@ -1,12 +1,12 @@ --- title: Redis menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: redis-db name: Redis parent: databases weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/snapshot.md b/docs/concepts/snapshot.md index 8a591a715..5483ba5df 100644 --- a/docs/concepts/snapshot.md +++ b/docs/concepts/snapshot.md @@ -1,12 +1,12 @@ --- title: Snapshot menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: snapshot-concepts name: Snapshot parent: concepts weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/concepts/what-is-kubedb/_index.md b/docs/concepts/what-is-kubedb/_index.md index 7e79130cf..af7a2b533 100644 --- a/docs/concepts/what-is-kubedb/_index.md +++ b/docs/concepts/what-is-kubedb/_index.md @@ -2,10 +2,10 @@ title: What is KubeDB description: What is KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: what-is-kubedb parent: concepts name: What is KubeDB weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/concepts/what-is-kubedb/overview.md b/docs/concepts/what-is-kubedb/overview.md index 4c6edc1cf..4e1213033 100644 --- a/docs/concepts/what-is-kubedb/overview.md +++ b/docs/concepts/what-is-kubedb/overview.md @@ -2,12 +2,12 @@ title: KubeDB Overview description: KubeDB Overview menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: overview-concepts name: Overview parent: what-is-kubedb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: concepts --- diff --git a/docs/examples/postgres/custom-version/postgresversion.yaml b/docs/examples/postgres/custom-version/postgresversion.yaml index 81fcbc967..1c7c41c12 100644 --- a/docs/examples/postgres/custom-version/postgresversion.yaml +++ b/docs/examples/postgres/custom-version/postgresversion.yaml @@ -7,6 +7,6 @@ spec: db: image: "myco/postgres:timescale-0.9.1" exporter: - image: "kubedb/operator:0.9.0-rc.2" + image: "kubedb/operator:0.9.0" tools: image: "kubedb/postgres-tools:10.2-v1" diff --git a/docs/guides/README.md b/docs/guides/README.md index 9b0605620..602c5ce50 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -1,16 +1,16 @@ --- title: Guides | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: guides-readme name: Readme parent: guides weight: -1 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/ +url: /docs/0.9.0/guides/ aliases: - - /docs/0.9.0-rc.2/guides/README/ + - /docs/0.9.0/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index 9a166fa79..fc33641ab 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,10 +1,10 @@ --- title: Guides | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: guides name: Guides weight: 40 pre: dropdown -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/README.md b/docs/guides/elasticsearch/README.md index e687d622e..cdac72a68 100644 --- a/docs/guides/elasticsearch/README.md +++ b/docs/guides/elasticsearch/README.md @@ -1,16 +1,16 @@ --- title: Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-readme-elasticsearch name: Elasticsearch parent: es-elasticsearch-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/elasticsearch/ +url: /docs/0.9.0/guides/elasticsearch/ aliases: - - /docs/0.9.0-rc.2/guides/elasticsearch/README/ + - /docs/0.9.0/guides/elasticsearch/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -49,13 +49,13 @@ aliases: | -------------- | :---------------: | :---------------: | :---------------: | :---------------: | :---------------: | | 0.1.0 - 0.7.0 | ✓ | ✗ | ✗ | ✗ | ✗ | | 0.8.0 | ✗ | ✓ | ✓ | ✗ | ✗ | -| 0.9.0-rc.2 | ✗ | ✓ | ✓ | ✓ | ✓ | +| 0.9.0 | ✗ | ✓ | ✓ | ✓ | ✓ | ## Supported ElasticsearchVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 5.6 | 5.6 | ✗ | | 5.6-v1 | 5.6 | ✓ | diff --git a/docs/guides/elasticsearch/_index.md b/docs/guides/elasticsearch/_index.md index 94ab875bc..0338fb95a 100644 --- a/docs/guides/elasticsearch/_index.md +++ b/docs/guides/elasticsearch/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-elasticsearch-guides name: Elasticsearch parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/cli/_index.md b/docs/guides/elasticsearch/cli/_index.md index e9c200373..1f899c9fb 100755 --- a/docs/guides/elasticsearch/cli/_index.md +++ b/docs/guides/elasticsearch/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-cli-elasticsearch name: CLI parent: es-elasticsearch-guides weight: 65 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/cli/cli.md b/docs/guides/elasticsearch/cli/cli.md index 3e1bd53cd..a22db4cf9 100644 --- a/docs/guides/elasticsearch/cli/cli.md +++ b/docs/guides/elasticsearch/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-cli-cli name: Quickstart parent: es-cli-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/elasticsearch/clustering/_index.md b/docs/guides/elasticsearch/clustering/_index.md index d7ff3e34b..0c3cc1959 100755 --- a/docs/guides/elasticsearch/clustering/_index.md +++ b/docs/guides/elasticsearch/clustering/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch Clustering menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-clustering-elasticsearch name: Clustering parent: es-elasticsearch-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/clustering/topology.md b/docs/guides/elasticsearch/clustering/topology.md index c210e787f..b7a28aa49 100644 --- a/docs/guides/elasticsearch/clustering/topology.md +++ b/docs/guides/elasticsearch/clustering/topology.md @@ -1,12 +1,12 @@ --- title: Elasticsearch Cluster Topology menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-topology-clustering name: Topology parent: es-clustering-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -68,7 +68,7 @@ Here, Create example above with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/clustering/multi-node-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/clustering/multi-node-es.yaml elasticsearch.kubedb.com/multi-node-es created ``` @@ -237,7 +237,7 @@ Here, Let's create this Elasticsearch object ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/clustering/topology-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/clustering/topology-es.yaml elasticsearch.kubedb.com/topology-es created ``` diff --git a/docs/guides/elasticsearch/custom-config/_index.md b/docs/guides/elasticsearch/custom-config/_index.md index 2030aeeea..8026a807d 100755 --- a/docs/guides/elasticsearch/custom-config/_index.md +++ b/docs/guides/elasticsearch/custom-config/_index.md @@ -1,10 +1,10 @@ --- title: Run Elasticsearch with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-custom-config name: Custom Configuration parent: es-elasticsearch-guides weight: 40 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/custom-config/overview.md b/docs/guides/elasticsearch/custom-config/overview.md index c51b53312..79c424dbc 100644 --- a/docs/guides/elasticsearch/custom-config/overview.md +++ b/docs/guides/elasticsearch/custom-config/overview.md @@ -1,12 +1,12 @@ --- title: Run Elasticsearch with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-custom-config-overview name: Overview parent: es-custom-config weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/elasticsearch/custom-config/with-topology.md b/docs/guides/elasticsearch/custom-config/with-topology.md index dbff53ca8..2779680ae 100644 --- a/docs/guides/elasticsearch/custom-config/with-topology.md +++ b/docs/guides/elasticsearch/custom-config/with-topology.md @@ -1,12 +1,12 @@ --- title: Using Custom Configuration in Elasticsearch with Topology menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-custom-config-with-topology name: With Topology parent: es-custom-config weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -120,7 +120,7 @@ metadata: Now, create an Elasticsearch crd with topology specified, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/custom-config/es-custom-with-topology.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/custom-config/es-custom-with-topology.yaml elasticsearch.kubedb.com/custom-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/custom-config/without-topology.md b/docs/guides/elasticsearch/custom-config/without-topology.md index 4e6561f9d..3f4e7dce2 100644 --- a/docs/guides/elasticsearch/custom-config/without-topology.md +++ b/docs/guides/elasticsearch/custom-config/without-topology.md @@ -1,12 +1,12 @@ --- title: Using Custom Configuration in Elasticsearch without Topology menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-custom-config-without-topology name: Without Topology parent: es-custom-config weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -111,7 +111,7 @@ metadata: Now, create an Elasticsearch crd without topology, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/custom-config/es-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/custom-config/es-custom.yaml elasticsearch.kubedb.com/custom-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/initialization/_index.md b/docs/guides/elasticsearch/initialization/_index.md index 18b824aeb..a7d7a89fa 100755 --- a/docs/guides/elasticsearch/initialization/_index.md +++ b/docs/guides/elasticsearch/initialization/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch Initialization menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-initialization-elasticsearch name: Initialization parent: es-elasticsearch-guides weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/initialization/snapshot_source.md b/docs/guides/elasticsearch/initialization/snapshot_source.md index 43d850824..d28e47da1 100644 --- a/docs/guides/elasticsearch/initialization/snapshot_source.md +++ b/docs/guides/elasticsearch/initialization/snapshot_source.md @@ -1,12 +1,12 @@ --- title: Initialize Elasticsearch from Snapshot menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-snapshot-source-initialization name: Using Snapshot parent: es-initialization-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -92,7 +92,7 @@ instant-snapshot infant-elasticsearch Succeeded 51m Now, create the Elasticsearch object. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/initialization/recovered-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/initialization/recovered-es.yaml elasticsearch.kubedb.com/recovered-es created ``` diff --git a/docs/guides/elasticsearch/kibana/_index.md b/docs/guides/elasticsearch/kibana/_index.md index 753705078..ec5a1a2f8 100644 --- a/docs/guides/elasticsearch/kibana/_index.md +++ b/docs/guides/elasticsearch/kibana/_index.md @@ -1,10 +1,10 @@ --- title: Use Kibana with KubeDB Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-kibana name: Kibana parent: es-elasticsearch-guides weight: 55 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/kibana/connect-kibana.md b/docs/guides/elasticsearch/kibana/connect-kibana.md index 6c76bb0e8..9cf502c2a 100644 --- a/docs/guides/elasticsearch/kibana/connect-kibana.md +++ b/docs/guides/elasticsearch/kibana/connect-kibana.md @@ -1,12 +1,12 @@ --- title: Using Kibana with KubeDB Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-kibana-connect name: Use Kibana parent: es-kibana weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -257,7 +257,7 @@ metadata: Now, create Elasticsearch crd specifying `spec.databaseSecret` and `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/kibana/es-kibana-demo.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/kibana/es-kibana-demo.yaml elasticsearch.kubedb.com/es-kibana-demo created ``` @@ -366,7 +366,7 @@ configmap/kibana-config created Finally, deploy Kibana deployment, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/kibana/kibana-deployment.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/kibana/kibana-deployment.yaml deployment.apps/kibana created ``` diff --git a/docs/guides/elasticsearch/monitoring/_index.md b/docs/guides/elasticsearch/monitoring/_index.md index ee4dfb495..c70a021bf 100755 --- a/docs/guides/elasticsearch/monitoring/_index.md +++ b/docs/guides/elasticsearch/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch Monitoring menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-monitoring-elasticsearch name: Monitoring parent: es-elasticsearch-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md b/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md index 53216032f..890a4ce8a 100644 --- a/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md +++ b/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitor Elasticsearch using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: es-monitoring-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -66,7 +66,7 @@ Here, Run following command to create example above. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml elasticsearch.kubedb.com/builtin-prom-es created ``` @@ -178,7 +178,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -225,7 +225,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created diff --git a/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md b/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md index 612c305fe..b0080171b 100644 --- a/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitoring Elasticsearch using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: es-monitoring-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -41,7 +41,7 @@ This tutorial assumes that you are familiar with Elasticsearch concept. Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo configured clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -72,7 +72,7 @@ servicemonitors.monitoring.coreos.com 2018-10-08T12:53:47Z Once the Prometheus CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -192,7 +192,7 @@ Here, Now create this Elasticsearch object with monitoring spec ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/monitoring/coreos-prom-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/monitoring/coreos-prom-es.yaml elasticsearch.kubedb.com/coreos-prom-es created ``` diff --git a/docs/guides/elasticsearch/private-registry/_index.md b/docs/guides/elasticsearch/private-registry/_index.md index e0c5a0fd0..1e6d96137 100755 --- a/docs/guides/elasticsearch/private-registry/_index.md +++ b/docs/guides/elasticsearch/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run Elasticsearch from Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-private-registry-elasticsearch name: Private Registry parent: es-elasticsearch-guides weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/private-registry/using-private-registry.md b/docs/guides/elasticsearch/private-registry/using-private-registry.md index 7506234bd..6286a0619 100644 --- a/docs/guides/elasticsearch/private-registry/using-private-registry.md +++ b/docs/guides/elasticsearch/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run Elasticsearch using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-using-private-registry-private-registry name: Quickstart parent: es-private-registry-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -48,7 +48,7 @@ For Elasticsearch, push the following images to your private registry. ```console $ export DOCKER_REGISTRY= -$ docker pull kubedb/operator:0.9.0-rc.2 ; docker tag kubedb/operator:0.9.0-rc.2 $DOCKER_REGISTRY/operator:0.9.0-rc.2 ; docker push $DOCKER_REGISTRY/operator:0.9.0-rc.2 +$ docker pull kubedb/operator:0.9.0 ; docker tag kubedb/operator:0.9.0 $DOCKER_REGISTRY/operator:0.9.0 ; docker push $DOCKER_REGISTRY/operator:0.9.0 $ docker pull kubedb/elasticsearch:6.3-v1 ; docker tag kubedb/elasticsearch:6.3-v1 $DOCKER_REGISTRY/elasticsearch:6.3-v1 ; docker push $DOCKER_REGISTRY/elasticsearch:6.3-v1 $ docker pull kubedb/elasticsearch-tools:6.3-v1 ; docker tag kubedb/elasticsearch-tools:6.3-v1 $DOCKER_REGISTRY/elasticsearch-tools:6.3-v1 ; docker push $DOCKER_REGISTRY/elasticsearch-tools:6.3-v1 $ docker pull kubedb/elasticsearch_exporter:1.0.2 ; docker tag kubedb/elasticsearch_exporter:1.0.2 $DOCKER_REGISTRY/elasticsearch_exporter:1.0.2 ; docker push $DOCKER_REGISTRY/elasticsearch_exporter:1.0.2 @@ -138,7 +138,7 @@ spec: Now run the command to deploy this Elasticsearch object: ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/private-registry/private-registry.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/private-registry/private-registry.yaml elasticsearch.kubedb.com/pvt-reg-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/quickstart/_index.md b/docs/guides/elasticsearch/quickstart/_index.md index 798dbc421..ceab8d905 100755 --- a/docs/guides/elasticsearch/quickstart/_index.md +++ b/docs/guides/elasticsearch/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-quickstart-elasticsearch name: Quickstart parent: es-elasticsearch-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/quickstart/quickstart.md b/docs/guides/elasticsearch/quickstart/quickstart.md index 38c082e5c..c6c20773c 100644 --- a/docs/guides/elasticsearch/quickstart/quickstart.md +++ b/docs/guides/elasticsearch/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: Elasticsearch Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-quickstart-quickstart name: Overview parent: es-quickstart-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -76,7 +76,7 @@ NAME VERSION DB_IMAGE DEPRECATED AGE Notice the `DEPRECATED` column. Here, `true` means that this ElasticsearchVersion is deprecated for current KubeDB version. KubeDB will not work for deprecated ElasticsearchVersion. -In this tutorial, we will use `6.3-v1` ElasticsearchVersion crd to create Elasticsearch database. To know more about what is `ElasticsearchVersion` crd and why there is `6.3` and `6.3-v1` variation, please visit [here](/docs/concepts/catalog/elasticsearch.md). You can also see supported ElasticsearchVersion in KubeDB 0.9.0-rc.2 from [here](/docs/guides/elasticsearch/README.md#supported-elasticsearchversion-crd). +In this tutorial, we will use `6.3-v1` ElasticsearchVersion crd to create Elasticsearch database. To know more about what is `ElasticsearchVersion` crd and why there is `6.3` and `6.3-v1` variation, please visit [here](/docs/concepts/catalog/elasticsearch.md). You can also see supported ElasticsearchVersion in KubeDB 0.9.0 from [here](/docs/guides/elasticsearch/README.md#supported-elasticsearchversion-crd). ## Create an Elasticsearch database @@ -115,7 +115,7 @@ Here, Let's create Elasticsearch crd that is shown above with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml elasticsearch.kubedb.com/quick-elasticsearch created ``` @@ -526,7 +526,7 @@ In this tutorial, the DormantDatabase `quick-elasticsearch` can be resumed by cr The below command will resume the DormantDatabase `quick-elasticsearch` ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml elasticsearch.kubedb.com/quick-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/search-guard/_index.md b/docs/guides/elasticsearch/search-guard/_index.md index 53c5cb0fe..f69a2e045 100755 --- a/docs/guides/elasticsearch/search-guard/_index.md +++ b/docs/guides/elasticsearch/search-guard/_index.md @@ -1,10 +1,10 @@ --- title: Using Search Guard with Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-search-guard-elasticsearch name: Search Guard parent: es-elasticsearch-guides weight: 50 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/search-guard/configuration.md b/docs/guides/elasticsearch/search-guard/configuration.md index 1ae27c2f2..a05b4b258 100644 --- a/docs/guides/elasticsearch/search-guard/configuration.md +++ b/docs/guides/elasticsearch/search-guard/configuration.md @@ -1,12 +1,12 @@ --- title: Search Guard Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-configuration-search-guard name: Configuration parent: es-search-guard-elasticsearch weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -99,7 +99,7 @@ searchguard: ``` ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-config/sg_config.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-config/sg_config.yml ``` ### sg_internal_users.yml @@ -148,7 +148,7 @@ readall: Run following command to write user information in `sg_internal_users.yml` file with password. ```console -$ curl https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-config/sg_internal_users.yml | envsubst > sg_internal_users.yml +$ curl https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-config/sg_internal_users.yml | envsubst > sg_internal_users.yml ``` > Note: If user does not provide `spec.databaseSecret`, KubeDB will generate random password for both admin and readall user. @@ -172,7 +172,7 @@ See details about [action groups](http://docs.search-guard.com/v5/action-groups) Run following command to get action groups we will use in this tutorial ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-config/sg_action_groups.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-config/sg_action_groups.yml ``` ```yml @@ -254,7 +254,7 @@ sg_readall: ``` ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-config/sg_roles.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles.yml ``` ### sg_roles_mapping.yml @@ -291,7 +291,7 @@ See details about [backend roles mapping](http://docs.search-guard.com/v5/mappin Get roles mapping by running ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-config/sg_roles_mapping.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles_mapping.yml ``` ```yml @@ -380,7 +380,7 @@ Here, Create example above with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/config-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/config-elasticsearch.yaml elasticsearch.kubedb.com/config-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/search-guard/disable-searchguard.md b/docs/guides/elasticsearch/search-guard/disable-searchguard.md index 872c04b9c..830b5af41 100644 --- a/docs/guides/elasticsearch/search-guard/disable-searchguard.md +++ b/docs/guides/elasticsearch/search-guard/disable-searchguard.md @@ -1,12 +1,12 @@ --- title: Disable Search Guard menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-disable-search-guard name: Disable Search Guard parent: es-search-guard-elasticsearch weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -62,7 +62,7 @@ spec: Let's create the Elasticsearch object we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/es-sg-disabled.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/es-sg-disabled.yaml elasticsearch.kubedb.com/es-sg-disabled created ``` diff --git a/docs/guides/elasticsearch/search-guard/issue-certificate.md b/docs/guides/elasticsearch/search-guard/issue-certificate.md index aa6a211ac..c184492b1 100644 --- a/docs/guides/elasticsearch/search-guard/issue-certificate.md +++ b/docs/guides/elasticsearch/search-guard/issue-certificate.md @@ -1,12 +1,12 @@ --- title: Search Guard Certificate menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-issue-certificate-search-guard name: Issue Certificate parent: es-search-guard-elasticsearch weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -81,7 +81,7 @@ You need to follow these steps 1. Get root certificate configuration file ```console - $ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/openssl-config/openssl-ca.ini + $ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-ca.ini ``` ```ini @@ -148,7 +148,7 @@ You need to follow these steps to generate three keystore. To sign certificate, we need another configuration file. ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sign.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sign.ini ``` ```ini @@ -230,7 +230,7 @@ Here, Now run following commands ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/openssl-config/openssl-node.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-node.ini $ openssl req -config openssl-node.ini -newkey rsa:4096 -sha256 -nodes -out node-csr.pem -keyout node-key.pem $ openssl ca -config openssl-sign.ini -batch -policy signing_policy -extensions signing_req -out node.pem -infiles node-csr.pem $ openssl pkcs12 -export -certfile root.pem -inkey node-key.pem -in node.pem -password "pass:$KEY_PASS" -out node.pkcs12 @@ -271,7 +271,7 @@ Here, Now run following commands ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/openssl-config/openssl-client.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-client.ini $ openssl req -config openssl-client.ini -newkey rsa:4096 -sha256 -nodes -out client-csr.pem -keyout client-key.pem $ openssl ca -config openssl-sign.ini -batch -policy signing_policy -extensions signing_req -out client.pem -infiles client-csr.pem $ openssl pkcs12 -export -certfile root.pem -inkey client-key.pem -in client.pem -password "pass:$KEY_PASS" -out client.pkcs12 @@ -311,7 +311,7 @@ Here, Now run following commands ```console -$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sgadmin.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sgadmin.ini $ openssl req -config openssl-sgadmin.ini -newkey rsa:4096 -sha256 -nodes -out sgadmin-csr.pem -keyout sgadmin-key.pem $ openssl ca -config openssl-sign.ini -batch -policy signing_policy -extensions signing_req -out sgadmin.pem -infiles sgadmin-csr.pem $ openssl pkcs12 -export -certfile root.pem -inkey sgadmin-key.pem -in sgadmin.pem -password "pass:$KEY_PASS" -out sgadmin.pkcs12 @@ -372,7 +372,7 @@ Here, Create example above with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/sg-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/sg-elasticsearch.yaml elasticsearch.kubedb.com/sg-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/search-guard/overview.md b/docs/guides/elasticsearch/search-guard/overview.md index 7679680e0..b7cd3e238 100644 --- a/docs/guides/elasticsearch/search-guard/overview.md +++ b/docs/guides/elasticsearch/search-guard/overview.md @@ -1,12 +1,12 @@ --- title: Search Guard menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-search-guard-search-guard name: Overview parent: es-search-guard-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/elasticsearch/search-guard/use-tls.md b/docs/guides/elasticsearch/search-guard/use-tls.md index 187e663af..c5789356c 100644 --- a/docs/guides/elasticsearch/search-guard/use-tls.md +++ b/docs/guides/elasticsearch/search-guard/use-tls.md @@ -1,12 +1,12 @@ --- title: Run TLS Secured Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-use-tls-search-guard name: Use TLS parent: es-search-guard-elasticsearch weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -63,7 +63,7 @@ spec: Let's create the Elasticsearch object we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/search-guard/ssl-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/search-guard/ssl-elasticsearch.yaml elasticsearch.kubedb.com/ssl-elasticsearch created ``` diff --git a/docs/guides/elasticsearch/snapshot/_index.md b/docs/guides/elasticsearch/snapshot/_index.md index 60af92796..000041f6d 100755 --- a/docs/guides/elasticsearch/snapshot/_index.md +++ b/docs/guides/elasticsearch/snapshot/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch Snapshotting menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-snapshot-elasticsearch name: Snapshotting parent: es-elasticsearch-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/snapshot/instant_backup.md b/docs/guides/elasticsearch/snapshot/instant_backup.md index c3ac095e1..cb59b2bf7 100644 --- a/docs/guides/elasticsearch/snapshot/instant_backup.md +++ b/docs/guides/elasticsearch/snapshot/instant_backup.md @@ -1,12 +1,12 @@ --- title: Instant Backup of Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-instant-backup-snapshot name: Instant Backup parent: es-snapshot-elasticsearch weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -39,7 +39,7 @@ demo Active 5s We need an Elasticsearch object in `Running` phase to perform backup operation. If you do not already have an Elasticsearch instance running, create one first. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml elasticsearch "infant-elasticsearch" created ``` @@ -189,7 +189,7 @@ To learn how to configure other storage destinations for snapshot data, please v Now, create the Snapshot object. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/snapshot/instant-snapshot.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/snapshot/instant-snapshot.yaml snapshot.kubedb.com/instant-snapshot created ``` diff --git a/docs/guides/elasticsearch/snapshot/scheduled_backup.md b/docs/guides/elasticsearch/snapshot/scheduled_backup.md index ce418101b..3fcc52283 100644 --- a/docs/guides/elasticsearch/snapshot/scheduled_backup.md +++ b/docs/guides/elasticsearch/snapshot/scheduled_backup.md @@ -1,12 +1,12 @@ --- title: Scheduled Backup of Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-scheduled-backup-snapshot name: Scheduled Backup parent: es-snapshot-elasticsearch weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > Don't know how backup works? Check [tutorial](/docs/guides/elasticsearch/snapshot/instant_backup.md) on Instant Backup. @@ -90,7 +90,7 @@ Here, > Note: Secret object must be in the same namespace as Elasticsearch, `scheduled-es`, in this case. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/snapshot/scheduled-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/snapshot/scheduled-es.yaml elasticsearch.kubedb.com/scheduled-es created ``` diff --git a/docs/guides/elasticsearch/x-pack/_index.md b/docs/guides/elasticsearch/x-pack/_index.md index bef2d24d8..83374be92 100644 --- a/docs/guides/elasticsearch/x-pack/_index.md +++ b/docs/guides/elasticsearch/x-pack/_index.md @@ -1,10 +1,10 @@ --- title: Use X-Pack with KubeDB Elasticsearch menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-x-pack name: X-Pack parent: es-elasticsearch-guides weight: 60 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md b/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md index c1025f9b2..91511c991 100644 --- a/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md +++ b/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md @@ -1,12 +1,12 @@ --- title: X-Pack Monitoring of Elasticsearch Cluster in KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: es-x-pack-monitoring name: Monitoring parent: es-x-pack weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -286,7 +286,7 @@ metadata: Now, create Elasticsearch crd specifying `spec.databaseSecret` and `spec.configSource` field. ```console -$ kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/x-pack/es-mon-demo.yaml +$ kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/x-pack/es-mon-demo.yaml elasticsearch.kubedb.com/es-mon-demo created ``` @@ -399,7 +399,7 @@ configmap/kibana-config created Finally, deploy Kibana deployment, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/elasticsearch/kibana/kibana-deployment.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/kibana/kibana-deployment.yaml deployment.apps/kibana created ``` diff --git a/docs/guides/memcached/README.md b/docs/guides/memcached/README.md index fd63758ff..4df49a3a0 100644 --- a/docs/guides/memcached/README.md +++ b/docs/guides/memcached/README.md @@ -1,16 +1,16 @@ --- title: Memcached menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-readme-memcached name: Memcached parent: mc-memcached-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/memcached/ +url: /docs/0.9.0/guides/memcached/ aliases: - - /docs/0.9.0-rc.2/guides/memcached/README/ + - /docs/0.9.0/guides/memcached/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -46,13 +46,13 @@ aliases: |:--------------:|:---------------:| | 0.1.0 - 0.7.0 | ✗ | | 0.8.0 | ✓ | -| 0.9.0-rc.2 | ✓ | +| 0.9.0 | ✓ | ## Supported MemcachedVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 1.5 | 1.5 | ✗ | | 1.5-v1 | 1.5 | ✓ | diff --git a/docs/guides/memcached/_index.md b/docs/guides/memcached/_index.md index 37e742e46..a2793c1ed 100644 --- a/docs/guides/memcached/_index.md +++ b/docs/guides/memcached/_index.md @@ -1,10 +1,10 @@ --- title: Memcached menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-memcached-guides name: Memcached parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/cli/_index.md b/docs/guides/memcached/cli/_index.md index 5d001aabf..c806572b0 100755 --- a/docs/guides/memcached/cli/_index.md +++ b/docs/guides/memcached/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-cli-memcached name: Cli parent: mc-memcached-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/cli/cli.md b/docs/guides/memcached/cli/cli.md index 37b0791bb..9e631f01e 100644 --- a/docs/guides/memcached/cli/cli.md +++ b/docs/guides/memcached/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-cli-cli name: Quickstart parent: mc-cli-memcached weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/memcached/custom-config/_index.md b/docs/guides/memcached/custom-config/_index.md index 6705ef193..f3a0ca4bd 100755 --- a/docs/guides/memcached/custom-config/_index.md +++ b/docs/guides/memcached/custom-config/_index.md @@ -1,10 +1,10 @@ --- title: Run Memcached with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-custom-config name: Custom Configuration parent: mc-memcached-guides weight: 50 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/custom-config/using-custom-config.md b/docs/guides/memcached/custom-config/using-custom-config.md index 511db3f7a..a4f98ec6d 100644 --- a/docs/guides/memcached/custom-config/using-custom-config.md +++ b/docs/guides/memcached/custom-config/using-custom-config.md @@ -1,12 +1,12 @@ --- title: Run Memcached with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-custom-config-quickstart name: Quickstart parent: mc-custom-config weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -119,7 +119,7 @@ metadata: Now, create Memcached crd specifying `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/custom-config/mc-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/custom-config/mc-custom.yaml memcached.kubedb.com/custom-memcached created ``` diff --git a/docs/guides/memcached/monitoring/_index.md b/docs/guides/memcached/monitoring/_index.md index 6f172c3c1..ff6c30661 100755 --- a/docs/guides/memcached/monitoring/_index.md +++ b/docs/guides/memcached/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring Memcached menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-monitoring-memcached name: Monitoring parent: mc-memcached-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/monitoring/using-builtin-prometheus.md b/docs/guides/memcached/monitoring/using-builtin-prometheus.md index 1e97d8f11..bfb671143 100644 --- a/docs/guides/memcached/monitoring/using-builtin-prometheus.md +++ b/docs/guides/memcached/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitor Memcached using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: mc-monitoring-memcached weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -62,7 +62,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/monitoring/builtin-prometheus/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/monitoring/builtin-prometheus/demo-1.yaml memcached.kubedb.com/memcd-mon-prometheus created ``` @@ -251,7 +251,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -298,7 +298,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created @@ -356,7 +356,7 @@ kubectl delete -n demo mc/memcd-mon-prometheus kubectl patch -n demo drmn/memcd-mon-prometheus -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/memcd-mon-prometheus -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml kubectl delete ns demo ``` diff --git a/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md b/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md index 534850fb7..43c896b6f 100644 --- a/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitor Memcached using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: mc-monitoring-memcached weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -28,7 +28,7 @@ This tutorial will show you how to monitor KubeDB databases using Prometheus via Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo created clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -57,7 +57,7 @@ servicemonitors.monitoring.coreos.com 11m Once the Prometheus operator CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -199,7 +199,7 @@ __Known Limitations:__ If the database password is updated, exporter must be res Run the following command to deploy the above `Memcached` CRD object. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/monitoring/coreos-operator/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/monitoring/coreos-operator/demo-1.yaml memcached.kubedb.com/memcd-mon-coreos created ``` @@ -325,8 +325,8 @@ kubectl delete -n demo mc/memcd-mon-coreos kubectl patch -n demo drmn/memcd-mon-coreos -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/memcd-mon-coreos -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml kubectl delete ns demo ``` diff --git a/docs/guides/memcached/private-registry/_index.md b/docs/guides/memcached/private-registry/_index.md index de46f09b0..4472a3814 100755 --- a/docs/guides/memcached/private-registry/_index.md +++ b/docs/guides/memcached/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run Memcached using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-private-registry-memcached name: Private Registry parent: mc-memcached-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/private-registry/using-private-registry.md b/docs/guides/memcached/private-registry/using-private-registry.md index 93fd222c2..d05a21229 100644 --- a/docs/guides/memcached/private-registry/using-private-registry.md +++ b/docs/guides/memcached/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run Memcached using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-using-private-registry-private-registry name: Quickstart parent: mc-private-registry-memcached weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -121,7 +121,7 @@ spec: Now run the command to deploy this `Memcached` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/private-registry/demo-2.yaml memcached.kubedb.com/memcd-pvt-reg created ``` diff --git a/docs/guides/memcached/quickstart/_index.md b/docs/guides/memcached/quickstart/_index.md index ac735a527..d9f91e6f9 100755 --- a/docs/guides/memcached/quickstart/_index.md +++ b/docs/guides/memcached/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: Memcached Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-quickstart-memcached name: Quickstart parent: mc-memcached-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/memcached/quickstart/quickstart.md b/docs/guides/memcached/quickstart/quickstart.md index dc1897568..0ce944703 100644 --- a/docs/guides/memcached/quickstart/quickstart.md +++ b/docs/guides/memcached/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: Memcached Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mc-quickstart-quickstart name: Overview parent: mc-quickstart-memcached weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -77,7 +77,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/quickstart/demo-1.yaml memcached.kubedb.com/memcd-quickstart created ``` @@ -312,7 +312,7 @@ In this tutorial, the dormant database can be resumed by creating `Memcached` da The below command resumes the dormant database `memcd-quickstart`. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/memcached/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/quickstart/demo-1.yaml memcached.kubedb.com/memcd-quickstart created ``` diff --git a/docs/guides/mongodb/README.md b/docs/guides/mongodb/README.md index 7d9b0a098..4091120a0 100644 --- a/docs/guides/mongodb/README.md +++ b/docs/guides/mongodb/README.md @@ -1,16 +1,16 @@ --- title: MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-readme-mongodb name: MongoDB parent: mg-mongodb-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/mongodb/ +url: /docs/0.9.0/guides/mongodb/ aliases: - - /docs/0.9.0-rc.2/guides/mongodb/README/ + - /docs/0.9.0/guides/mongodb/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -47,13 +47,13 @@ aliases: |:--------------:|:---------:|:---------:| | 0.1.0 - 0.7.0 | ✗ | ✗ | | 0.8.0 | ✓ | ✓ | -| 0.9.0-rc.2 | ✓ | ✓ | +| 0.9.0 | ✓ | ✓ | ## Supported MongoDBVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 3.4 | 3.4 | ✗ | | 3.4-v1 | 3.4 | ✓ | diff --git a/docs/guides/mongodb/_index.md b/docs/guides/mongodb/_index.md index 4538b1a65..4f2f9fe2a 100644 --- a/docs/guides/mongodb/_index.md +++ b/docs/guides/mongodb/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-mongodb-guides name: MongoDB parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/cli/_index.md b/docs/guides/mongodb/cli/_index.md index 958b11c49..3525794c6 100755 --- a/docs/guides/mongodb/cli/_index.md +++ b/docs/guides/mongodb/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-cli-mongodb name: Cli parent: mg-mongodb-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/cli/cli.md b/docs/guides/mongodb/cli/cli.md index 0e1d0e669..dd2be9e0b 100644 --- a/docs/guides/mongodb/cli/cli.md +++ b/docs/guides/mongodb/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-cli-cli name: Quickstart parent: mg-cli-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/mongodb/clustering/_index.md b/docs/guides/mongodb/clustering/_index.md index 044364f4c..916543188 100755 --- a/docs/guides/mongodb/clustering/_index.md +++ b/docs/guides/mongodb/clustering/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB Clustering menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-clustering-mongodb name: Clustering parent: mg-mongodb-guides weight: 17 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/clustering/replicaset.md b/docs/guides/mongodb/clustering/replicaset.md index 37688f173..2dbbaeee7 100644 --- a/docs/guides/mongodb/clustering/replicaset.md +++ b/docs/guides/mongodb/clustering/replicaset.md @@ -1,12 +1,12 @@ --- title: MongoDB ReplicaSet Guide menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-clustering-replicaset name: ReplicaSet Guide parent: mg-clustering-mongodb weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -66,7 +66,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/clustering/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/clustering/demo-1.yaml mongodb.kubedb.com/mgo-replicaset created ``` @@ -451,7 +451,7 @@ In this tutorial, the dormant database can be resumed by creating original Mongo The below command will resume the DormantDatabase `mgo-replicaset`. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/clustering/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/clustering/demo-1.yaml mongodb.kubedb.com/mgo-replicaset created ``` diff --git a/docs/guides/mongodb/clustering/replication_concept.md b/docs/guides/mongodb/clustering/replication_concept.md index 4f273f48d..7fdc9eaee 100644 --- a/docs/guides/mongodb/clustering/replication_concept.md +++ b/docs/guides/mongodb/clustering/replication_concept.md @@ -1,12 +1,12 @@ --- title: MongoDB ReplicaSet Concept menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-clustering-replicaset-concept name: ReplicaSet Concept parent: mg-clustering-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/mongodb/configuration/_index.md b/docs/guides/mongodb/configuration/_index.md index b4abee55c..bbb3d8e26 100755 --- a/docs/guides/mongodb/configuration/_index.md +++ b/docs/guides/mongodb/configuration/_index.md @@ -1,10 +1,10 @@ --- title: Run mongodb with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-configuration name: Custom Configuration parent: mg-mongodb-guides weight: 27 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/configuration/using-CRD-configuration.md b/docs/guides/mongodb/configuration/using-CRD-configuration.md index e4f98d55c..f0ad03b2a 100644 --- a/docs/guides/mongodb/configuration/using-CRD-configuration.md +++ b/docs/guides/mongodb/configuration/using-CRD-configuration.md @@ -1,12 +1,12 @@ --- title: Run MongoDB with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-crd-configuration name: Using CRD Config parent: mg-configuration weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -93,7 +93,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/configuration/mgo-misc-config.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/configuration/mgo-misc-config.yaml mongodb.kubedb.com/mgo-misc-config created ``` @@ -183,7 +183,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/configuration/snapshot-misc-conf.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/configuration/snapshot-misc-conf.yaml snapshot.kubedb.com/snap-mongodb-config created diff --git a/docs/guides/mongodb/configuration/using-custom-config.md b/docs/guides/mongodb/configuration/using-custom-config.md index 86bf0f356..00e256a82 100644 --- a/docs/guides/mongodb/configuration/using-custom-config.md +++ b/docs/guides/mongodb/configuration/using-custom-config.md @@ -1,12 +1,12 @@ --- title: Run MongoDB with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-custom-config-quickstart name: Quickstart parent: mg-configuration weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -107,7 +107,7 @@ spec: ``` ```console -$ kubectl create-f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/configuration/demo1.yaml +$ kubectl create-f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/configuration/demo1.yaml mongodb.kubedb.com/mgo-custom-config created ``` diff --git a/docs/guides/mongodb/initialization/_index.md b/docs/guides/mongodb/initialization/_index.md index c6b23975a..72c4ccc58 100755 --- a/docs/guides/mongodb/initialization/_index.md +++ b/docs/guides/mongodb/initialization/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB Initialization menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-initialization-mongodb name: Initialization parent: mg-mongodb-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/initialization/using-script.md b/docs/guides/mongodb/initialization/using-script.md index 1f7c75a28..1482cae30 100644 --- a/docs/guides/mongodb/initialization/using-script.md +++ b/docs/guides/mongodb/initialization/using-script.md @@ -1,12 +1,12 @@ --- title: Initialize MongoDB using Script menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-using-script-initialization name: Using Script parent: mg-initialization-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -79,7 +79,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/Initialization/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/Initialization/demo-1.yaml mongodb.kubedb.com/mgo-init-script created ``` diff --git a/docs/guides/mongodb/initialization/using-snapshot.md b/docs/guides/mongodb/initialization/using-snapshot.md index c64c093fc..f461fee85 100644 --- a/docs/guides/mongodb/initialization/using-snapshot.md +++ b/docs/guides/mongodb/initialization/using-snapshot.md @@ -1,12 +1,12 @@ --- title: Initialize MongoDB from Snapshot menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-using-snapshot-initialization name: From Snapshot parent: mg-initialization-mongodb weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -51,7 +51,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/Initialization/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/Initialization/demo-2.yaml mongodb.kubedb.com/mgo-init-snapshot created ``` diff --git a/docs/guides/mongodb/monitoring/_index.md b/docs/guides/mongodb/monitoring/_index.md index c66812810..91ec3f7c3 100755 --- a/docs/guides/mongodb/monitoring/_index.md +++ b/docs/guides/mongodb/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-monitoring-mongodb name: Monitoring parent: mg-mongodb-guides weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/monitoring/using-builtin-prometheus.md b/docs/guides/mongodb/monitoring/using-builtin-prometheus.md index aa3d1991c..72cfc0687 100644 --- a/docs/guides/mongodb/monitoring/using-builtin-prometheus.md +++ b/docs/guides/mongodb/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitor MongoDB using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: mg-monitoring-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -59,7 +59,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/monitoring/builtin-prometheus/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/monitoring/builtin-prometheus/demo-1.yaml mongodb.kubedb.com/mgo-mon-prometheus created ``` @@ -284,7 +284,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -331,7 +331,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created @@ -391,7 +391,7 @@ kubectl delete -n demo mg/mgo-mon-prometheus kubectl patch -n demo drmn/mgo-mon-prometheus -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/mgo-mon-prometheus -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml kubectl delete ns demo ``` diff --git a/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md b/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md index 9c2d7d03e..aaf116d4b 100644 --- a/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitor MongoDB using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: mg-monitoring-mongodb weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -40,7 +40,7 @@ This tutorial will show you how to monitor KubeDB databases using Prometheus via Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo created clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -71,7 +71,7 @@ servicemonitors.monitoring.coreos.com 2018-09-24T12:42:22Z Once the Prometheus operator CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -210,7 +210,7 @@ __Known Limitations:__ If the database password is updated, exporter must be res Run the following command to deploy the above `MongoDB` CRD object. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/monitoring/coreos-operator/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/monitoring/coreos-operator/demo-1.yaml mongodb.kubedb.com/mgo-mon-coreos created ``` @@ -366,8 +366,8 @@ kubectl delete -n demo mg/mgo-mon-coreos kubectl patch -n demo drmn/mgo-mon-coreos -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/mgo-mon-coreos -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml kubectl delete ns demo ``` diff --git a/docs/guides/mongodb/private-registry/_index.md b/docs/guides/mongodb/private-registry/_index.md index 3b5e7b7bf..b4dffad04 100755 --- a/docs/guides/mongodb/private-registry/_index.md +++ b/docs/guides/mongodb/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run MongoDB using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-private-registry-mongodb name: Private Registry parent: mg-mongodb-guides weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/private-registry/using-private-registry.md b/docs/guides/mongodb/private-registry/using-private-registry.md index 938a5323c..58360ac44 100644 --- a/docs/guides/mongodb/private-registry/using-private-registry.md +++ b/docs/guides/mongodb/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run MongoDB using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-using-private-registry-private-registry name: Quickstart parent: mg-private-registry-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -127,7 +127,7 @@ spec: Now run the command to deploy this `MongoDB` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/private-registry/demo-2.yaml mongodb.kubedb.com/mgo-pvt-reg created ``` diff --git a/docs/guides/mongodb/quickstart/_index.md b/docs/guides/mongodb/quickstart/_index.md index 6b70928f3..578e5fa2e 100755 --- a/docs/guides/mongodb/quickstart/_index.md +++ b/docs/guides/mongodb/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-quickstart-mongodb name: Quickstart parent: mg-mongodb-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/quickstart/quickstart.md b/docs/guides/mongodb/quickstart/quickstart.md index eac7babfa..82d900d9f 100644 --- a/docs/guides/mongodb/quickstart/quickstart.md +++ b/docs/guides/mongodb/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: MongoDB Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-quickstart-quickstart name: Overview parent: mg-quickstart-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -83,7 +83,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/quickstart/demo-1.yaml mongodb.kubedb.com/mgo-quickstart created ``` @@ -374,7 +374,7 @@ In this tutorial, the dormant database can be resumed by creating original Mongo The below command will resume the DormantDatabase `mgo-quickstart`. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/quickstart/demo-1.yaml mongodb.kubedb.com/mgo-quickstart created ``` diff --git a/docs/guides/mongodb/snapshot/_index.md b/docs/guides/mongodb/snapshot/_index.md index 31c7b1fc0..fc92a85a3 100755 --- a/docs/guides/mongodb/snapshot/_index.md +++ b/docs/guides/mongodb/snapshot/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB Snapshotting menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-snapshot-mongodb name: Snapshotting parent: mg-mongodb-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mongodb/snapshot/backup-and-restore.md b/docs/guides/mongodb/snapshot/backup-and-restore.md index ac2a0ed66..d142100b5 100644 --- a/docs/guides/mongodb/snapshot/backup-and-restore.md +++ b/docs/guides/mongodb/snapshot/backup-and-restore.md @@ -1,12 +1,12 @@ --- title: Instant Backup of MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-backup-and-restore-snapshot name: Instant Backup parent: mg-snapshot-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -42,7 +42,7 @@ This tutorial will show you how to take snapshots of a KubeDB managed MongoDB da NAME STATUS AGE demo Active 1m - $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/snapshot/demo-1.yaml + $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-1.yaml mongodb.kubedb.com/mgo-infant created ``` @@ -101,7 +101,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/snapshot/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-2.yaml snapshot.kubedb.com/snapshot-infant created $ kubedb get snap -n demo @@ -256,7 +256,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/snapshot/demo-3.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-3.yaml mongodb.kubedb.com/mgo-recovered created ``` diff --git a/docs/guides/mongodb/snapshot/scheduled-backup.md b/docs/guides/mongodb/snapshot/scheduled-backup.md index b667f72ba..73c3e148b 100644 --- a/docs/guides/mongodb/snapshot/scheduled-backup.md +++ b/docs/guides/mongodb/snapshot/scheduled-backup.md @@ -1,12 +1,12 @@ --- title: Scheduled Backup of MongoDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: mg-scheduled-backup-snapshot name: Scheduled Backup parent: mg-snapshot-mongodb weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -99,7 +99,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mongodb/snapshot/demo-4.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-4.yaml mongodb.kubedb.com/mgo-scheduled created ``` diff --git a/docs/guides/mysql/README.md b/docs/guides/mysql/README.md index a0127c48b..501eff043 100644 --- a/docs/guides/mysql/README.md +++ b/docs/guides/mysql/README.md @@ -1,16 +1,16 @@ --- title: MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-readme-mysql name: MySQL parent: my-mysql-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/mysql/ +url: /docs/0.9.0/guides/mysql/ aliases: - - /docs/0.9.0-rc.2/guides/mysql/README/ + - /docs/0.9.0/guides/mysql/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -46,13 +46,13 @@ aliases: |:--------------:|:---------:|:---------:| | 0.1.0 - 0.7.0 | ✗ | ✗ | | 0.8.0 | ✓ | ✓ | -| 0.9.0-rc.2 | ✓ | ✓ | +| 0.9.0 | ✓ | ✓ | ## Supported MySQLVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 5 | 5 | ✗ | | 5-v1 | 5 | ✓ | diff --git a/docs/guides/mysql/_index.md b/docs/guides/mysql/_index.md index d32fe9d9c..e97e2166e 100644 --- a/docs/guides/mysql/_index.md +++ b/docs/guides/mysql/_index.md @@ -1,10 +1,10 @@ --- title: MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-mysql-guides name: MySQL parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/cli/_index.md b/docs/guides/mysql/cli/_index.md index 69513c49f..e461e17ef 100755 --- a/docs/guides/mysql/cli/_index.md +++ b/docs/guides/mysql/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-cli-mysql name: Cli parent: my-mysql-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/cli/cli.md b/docs/guides/mysql/cli/cli.md index 59447b824..9b971b88d 100644 --- a/docs/guides/mysql/cli/cli.md +++ b/docs/guides/mysql/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-cli-cli name: Quickstart parent: my-cli-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/mysql/configuration/_index.md b/docs/guides/mysql/configuration/_index.md index c1d2b2456..8639d4134 100755 --- a/docs/guides/mysql/configuration/_index.md +++ b/docs/guides/mysql/configuration/_index.md @@ -1,10 +1,10 @@ --- title: Run MySQL with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-custom-config name: Custom Configuration parent: my-mysql-guides weight: 50 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/configuration/using-CRD-configuration.md b/docs/guides/mysql/configuration/using-CRD-configuration.md index 4db775f8c..72925ff38 100644 --- a/docs/guides/mysql/configuration/using-CRD-configuration.md +++ b/docs/guides/mysql/configuration/using-CRD-configuration.md @@ -1,12 +1,12 @@ --- title: Run MySQL with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-crd-configuration name: Using CRD Config parent: my-custom-config weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -95,7 +95,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/configuration/mysql-misc-config.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/configuration/mysql-misc-config.yaml mysql.kubedb.com/mysql-misc-config created ``` @@ -135,7 +135,7 @@ Now, we will check if the database has started with the custom configuration we First, deploy [phpMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/) to connect with the MySQL database we have just created. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created ``` @@ -194,7 +194,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/configuration/snapshot-misc-conf.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/configuration/snapshot-misc-conf.yaml snapshot.kubedb.com/snap-mysql-config created diff --git a/docs/guides/mysql/configuration/using-custom-config.md b/docs/guides/mysql/configuration/using-custom-config.md index fc7c8408e..6acff0525 100644 --- a/docs/guides/mysql/configuration/using-custom-config.md +++ b/docs/guides/mysql/configuration/using-custom-config.md @@ -1,12 +1,12 @@ --- title: Run MySQL with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-custom-config-file name: Using Config File parent: my-custom-config weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -89,7 +89,7 @@ metadata: Now, create MySQL crd specifying `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/configuration/mysql-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/configuration/mysql-custom.yaml mysql.kubedb.com/custom-mysql created ``` @@ -150,7 +150,7 @@ Now, we will check if the database has started with the custom configuration we First, deploy [phpMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/) to connect with the MySQL database we have just created. ```console - $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created ``` diff --git a/docs/guides/mysql/initialization/_index.md b/docs/guides/mysql/initialization/_index.md index b96370cee..1745670ae 100755 --- a/docs/guides/mysql/initialization/_index.md +++ b/docs/guides/mysql/initialization/_index.md @@ -1,10 +1,10 @@ --- title: MySQL Initialization menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-initialization-mysql name: Initialization parent: my-mysql-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/initialization/using-script.md b/docs/guides/mysql/initialization/using-script.md index 7ccd44d3a..e263430a9 100644 --- a/docs/guides/mysql/initialization/using-script.md +++ b/docs/guides/mysql/initialization/using-script.md @@ -1,12 +1,12 @@ --- title: Initialize MySQL using Script menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-using-script-initialization name: Using Script parent: my-initialization-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -31,7 +31,7 @@ In this tutorial we will use .sql script stored in GitHub repository [kubedb/mys $ kubectl create ns demo namespace/demo created - $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created @@ -99,7 +99,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/Initialization/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/Initialization/demo-1.yaml mysql.kubedb.com/mysql-init-script created ``` diff --git a/docs/guides/mysql/initialization/using-snapshot.md b/docs/guides/mysql/initialization/using-snapshot.md index 0c52c2ef3..256ae7335 100644 --- a/docs/guides/mysql/initialization/using-snapshot.md +++ b/docs/guides/mysql/initialization/using-snapshot.md @@ -1,12 +1,12 @@ --- title: Initialize MySQL from Snapshot menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-using-snapshot-initialization name: From Snapshot parent: my-initialization-mysql weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -53,7 +53,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/Initialization/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/Initialization/demo-2.yaml mysql.kubedb.com/mysql-init-snapshot created ``` diff --git a/docs/guides/mysql/monitoring/_index.md b/docs/guides/mysql/monitoring/_index.md index d8a6c32a4..31285458e 100755 --- a/docs/guides/mysql/monitoring/_index.md +++ b/docs/guides/mysql/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-monitoring-mysql name: Monitoring parent: my-mysql-guides weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/monitoring/using-builtin-prometheus.md b/docs/guides/mysql/monitoring/using-builtin-prometheus.md index d364307f2..4a0a0a8e3 100644 --- a/docs/guides/mysql/monitoring/using-builtin-prometheus.md +++ b/docs/guides/mysql/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitor MySQL using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: my-monitoring-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -59,7 +59,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/monitoring/builtin-prometheus/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/monitoring/builtin-prometheus/demo-1.yaml mysql.kubedb.com/mysql-mon-prometheus created ``` @@ -269,7 +269,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -316,7 +316,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created @@ -375,7 +375,7 @@ kubectl delete -n demo mysql/mysql-mon-prometheus kubectl patch -n demo drmn/mysql-mon-prometheus -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/mysql-mon-prometheus -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml kubectl delete ns demo ``` diff --git a/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md b/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md index 69539d5c4..a998f8eae 100644 --- a/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitor MySQL using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: my-monitoring-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -40,7 +40,7 @@ This tutorial will show you how to monitor KubeDB databases using Prometheus via Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo created clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -72,7 +72,7 @@ servicemonitors.monitoring.coreos.com 2018-09-24T12:42:22Z Once the Prometheus operator CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -211,7 +211,7 @@ __Known Limitations:__ If the database password is updated, exporter must be res Run the following command to deploy the above `MySQL` CRD object. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/monitoring/coreos-operator/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/monitoring/coreos-operator/demo-1.yaml mysql.kubedb.com/mysql-mon-coreos created ``` @@ -357,8 +357,8 @@ kubectl delete -n demo mysql/mysql-mon-coreos kubectl patch -n demo drmn/mysql-mon-coreos -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/mysql-mon-coreos -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml kubectl delete ns demo ``` diff --git a/docs/guides/mysql/private-registry/_index.md b/docs/guides/mysql/private-registry/_index.md index f59fa9128..658b4df24 100755 --- a/docs/guides/mysql/private-registry/_index.md +++ b/docs/guides/mysql/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run MySQL using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-private-registry-mysql name: Private Registry parent: my-mysql-guides weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/private-registry/using-private-registry.md b/docs/guides/mysql/private-registry/using-private-registry.md index 3633c4361..eb071a911 100644 --- a/docs/guides/mysql/private-registry/using-private-registry.md +++ b/docs/guides/mysql/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run MySQL using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-using-private-registry-private-registry name: Quickstart parent: my-private-registry-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -125,7 +125,7 @@ spec: Now run the command to deploy this `MySQL` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/private-registry/demo-2.yaml mysql.kubedb.com/mysql-pvt-reg created ``` diff --git a/docs/guides/mysql/quickstart/_index.md b/docs/guides/mysql/quickstart/_index.md index 13e06592a..48623c2aa 100755 --- a/docs/guides/mysql/quickstart/_index.md +++ b/docs/guides/mysql/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: MySQL Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-quickstart-mysql name: Quickstart parent: my-mysql-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/quickstart/quickstart.md b/docs/guides/mysql/quickstart/quickstart.md index ad1c986ae..d2eb1d2bd 100644 --- a/docs/guides/mysql/quickstart/quickstart.md +++ b/docs/guides/mysql/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: MySQL Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-quickstart-quickstart name: Overview parent: my-quickstart-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -41,7 +41,7 @@ This tutorial will show you how to use KubeDB to run a MySQL database. $ kubectl create ns demo namespace "demo" created - $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created @@ -109,7 +109,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-2.yaml mysql.kubedb.com/mysql-quickstart created ``` @@ -366,7 +366,7 @@ In this tutorial, the dormant database can be resumed by creating original `MySQ The below command will resume the DormantDatabase `mysql-quickstart` that was created before. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/quickstart/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-2.yaml mysql "mysql-quickstart" created ``` diff --git a/docs/guides/mysql/snapshot/_index.md b/docs/guides/mysql/snapshot/_index.md index 32ecf8468..ea3dc21e7 100755 --- a/docs/guides/mysql/snapshot/_index.md +++ b/docs/guides/mysql/snapshot/_index.md @@ -1,10 +1,10 @@ --- title: MySQL Snapshotting menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-snapshot-mysql name: Snapshotting parent: my-mysql-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/mysql/snapshot/backup-and-restore.md b/docs/guides/mysql/snapshot/backup-and-restore.md index 92a4a64a1..3c31b36fb 100644 --- a/docs/guides/mysql/snapshot/backup-and-restore.md +++ b/docs/guides/mysql/snapshot/backup-and-restore.md @@ -1,12 +1,12 @@ --- title: Instant Backup of MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-backup-and-restore-snapshot name: Instant Backup parent: my-snapshot-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -41,7 +41,7 @@ This tutorial will show you how to take snapshots of a KubeDB managed MySQL data NAME STATUS AGE demo Active 1m - $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/snapshot/demo-1.yaml + $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-1.yaml mysql.kubedb.com/mysql-infant created ``` @@ -100,7 +100,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/snapshot/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-2.yaml snapshot.kubedb.com/snap-mysql-infant created $ kubedb get snap -n demo @@ -248,7 +248,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/snapshot/demo-3.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-3.yaml mysql.kubedb.com/mysql-recovered created ``` diff --git a/docs/guides/mysql/snapshot/scheduled-backup.md b/docs/guides/mysql/snapshot/scheduled-backup.md index 3ebf75011..856e79335 100644 --- a/docs/guides/mysql/snapshot/scheduled-backup.md +++ b/docs/guides/mysql/snapshot/scheduled-backup.md @@ -1,12 +1,12 @@ --- title: Scheduled Backup of MySQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: my-scheduled-backup-snapshot name: Scheduled Backup parent: my-snapshot-mysql weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -94,7 +94,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/mysql/snapshot/demo-4.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-4.yaml mysql.kubedb.com/mysql-scheduled created ``` diff --git a/docs/guides/postgres/README.md b/docs/guides/postgres/README.md index fd569fe96..ab8541da1 100644 --- a/docs/guides/postgres/README.md +++ b/docs/guides/postgres/README.md @@ -1,16 +1,16 @@ --- title: Postgres menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-readme-postgres name: Postgres parent: pg-postgres-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/postgres/ +url: /docs/0.9.0/guides/postgres/ aliases: - - /docs/0.9.0-rc.2/guides/postgres/README/ + - /docs/0.9.0/guides/postgres/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -53,13 +53,13 @@ aliases: | -------------- | :----------: | :----------: | :-----------: | | 0.1.0 - 0.7.0 | ✓ | ✗ | ✗ | | 0.8.0 | ✗ | ✓ | ✓ | -| 0.9.0-rc.2 | ✗ | ✓ | ✓ | +| 0.9.0 | ✗ | ✓ | ✓ | ## Supported PostgresVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 10.2 | 10.2 | ✗ | | 10.2-v1 | 10.2 | ✓ | diff --git a/docs/guides/postgres/_index.md b/docs/guides/postgres/_index.md index 986afe836..0da02b379 100644 --- a/docs/guides/postgres/_index.md +++ b/docs/guides/postgres/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-postgres-guides name: PostgreSQL parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/cli/_index.md b/docs/guides/postgres/cli/_index.md index f9256b550..097e966fa 100755 --- a/docs/guides/postgres/cli/_index.md +++ b/docs/guides/postgres/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-cli-postgres name: CLI parent: pg-postgres-guides weight: 55 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/cli/cli.md b/docs/guides/postgres/cli/cli.md index 21bcec5f9..bfdba2284 100644 --- a/docs/guides/postgres/cli/cli.md +++ b/docs/guides/postgres/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-cli-cli name: Quickstart parent: pg-cli-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/postgres/clustering/_index.md b/docs/guides/postgres/clustering/_index.md index 90b216b62..39a93deca 100755 --- a/docs/guides/postgres/clustering/_index.md +++ b/docs/guides/postgres/clustering/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL Clustering menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-clustering-postgres name: Clustering parent: pg-postgres-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/clustering/ha_cluster.md b/docs/guides/postgres/clustering/ha_cluster.md index 92b841b95..b5595420f 100644 --- a/docs/guides/postgres/clustering/ha_cluster.md +++ b/docs/guides/postgres/clustering/ha_cluster.md @@ -1,12 +1,12 @@ --- title: Setup HA Postgres Cluster menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-ha-cluster-clustering name: HA Setup parent: pg-clustering-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/postgres/clustering/streaming_replication.md b/docs/guides/postgres/clustering/streaming_replication.md index d4f6dfc61..b97e67f15 100644 --- a/docs/guides/postgres/clustering/streaming_replication.md +++ b/docs/guides/postgres/clustering/streaming_replication.md @@ -1,12 +1,12 @@ --- title: Using Postgres Streaming Replication menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-streaming-replication-clustering name: Streaming Replication parent: pg-clustering-postgres weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -102,7 +102,7 @@ Here, Now create this Postgres object with Streaming Replication support ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/clustering/ha-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/clustering/ha-postgres.yaml postgres "ha-postgres" created ``` @@ -268,7 +268,7 @@ Here, Now create this Postgres object ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/clustering/hot-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/clustering/hot-postgres.yaml postgres "hot-postgres" created ``` diff --git a/docs/guides/postgres/custom-config/_index.md b/docs/guides/postgres/custom-config/_index.md index fd01454b7..aa8be47a1 100755 --- a/docs/guides/postgres/custom-config/_index.md +++ b/docs/guides/postgres/custom-config/_index.md @@ -1,10 +1,10 @@ --- title: Run PostgreSQL with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-custom-config name: Custom Configuration parent: pg-postgres-guides weight: 40 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/custom-config/using-custom-config.md b/docs/guides/postgres/custom-config/using-custom-config.md index 903ed08da..765925fe7 100644 --- a/docs/guides/postgres/custom-config/using-custom-config.md +++ b/docs/guides/postgres/custom-config/using-custom-config.md @@ -1,12 +1,12 @@ --- title: Run PostgreSQL with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-custom-config-quickstart name: Quickstart parent: pg-custom-config weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -57,7 +57,7 @@ shared_buffers=256MB Now, create a configMap with this configuration file. ```console - $ kubectl create configmap -n demo pg-custom-config --from-file=https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/custom-config/user.conf + $ kubectl create configmap -n demo pg-custom-config --from-file=https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/custom-config/user.conf configmap/pg-custom-config created ``` @@ -81,7 +81,7 @@ metadata: Now, create Postgres crd specifying `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/custom-config/pg-custom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/custom-config/pg-custom-config.yaml postgres.kubedb.com/custom-postgres created ``` diff --git a/docs/guides/postgres/custom-versions/_index.md b/docs/guides/postgres/custom-versions/_index.md index 5096c367c..7256b88c2 100644 --- a/docs/guides/postgres/custom-versions/_index.md +++ b/docs/guides/postgres/custom-versions/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL Custom Versions menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-custom-versions-postgres name: Custom Versions parent: pg-postgres-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/custom-versions/setup.md b/docs/guides/postgres/custom-versions/setup.md index a7b130240..8fc84ac0e 100644 --- a/docs/guides/postgres/custom-versions/setup.md +++ b/docs/guides/postgres/custom-versions/setup.md @@ -1,12 +1,12 @@ --- title: Setup Custom PostgresVersions menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-custom-versions-setup-postgres name: Overview parent: pg-custom-versions-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/postgres/initialization/_index.md b/docs/guides/postgres/initialization/_index.md index 8f87a4c62..52521cd1d 100755 --- a/docs/guides/postgres/initialization/_index.md +++ b/docs/guides/postgres/initialization/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL Initialization menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-initialization-postgres name: Initialization parent: pg-postgres-guides weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/initialization/script_source.md b/docs/guides/postgres/initialization/script_source.md index 3eda5a49d..20a5d3f37 100644 --- a/docs/guides/postgres/initialization/script_source.md +++ b/docs/guides/postgres/initialization/script_source.md @@ -1,12 +1,12 @@ --- title: Initialize Postgres using Script Source menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-script-source-initialization name: Using Script parent: pg-initialization-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -85,7 +85,7 @@ VolumeSource provided in `init.scriptSource` will be mounted in Pod and will be Now, let's create the Postgres crd which YAML we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/initialization/script-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/script-postgres.yaml postgres.kubedb.com/script-postgres created ``` diff --git a/docs/guides/postgres/initialization/snapshot_source.md b/docs/guides/postgres/initialization/snapshot_source.md index 38e1406bb..ea6d64184 100644 --- a/docs/guides/postgres/initialization/snapshot_source.md +++ b/docs/guides/postgres/initialization/snapshot_source.md @@ -1,12 +1,12 @@ --- title: Initialize Postgres using Snapshot Source menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-snapshot-source-initialization name: From Snapshot parent: pg-initialization-postgres weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > Don't know how backup works? Check [tutorial](/docs/guides/postgres/snapshot/instant_backup.md) on Instant Backup. @@ -90,7 +90,7 @@ instant-snapshot script-postgres Succeeded 56s Now, create the Postgres object. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/initialization/recovered-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/recovered-postgres.yaml postgres.kubedb.com/recovered-postgres created ``` diff --git a/docs/guides/postgres/initialization/wal_source.md b/docs/guides/postgres/initialization/wal_source.md index 88bef529b..0633546dc 100644 --- a/docs/guides/postgres/initialization/wal_source.md +++ b/docs/guides/postgres/initialization/wal_source.md @@ -1,12 +1,12 @@ --- title: Initialize Postgres from WAL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-wal-source-initialization name: From WAL parent: pg-initialization-postgres weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -144,7 +144,7 @@ Here, `{namespace}` & `{postgres-name}` indicates Postgres object whose WAL arch Now, let's create the Postgres object that's YAML has shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/initialization/replay-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/replay-postgres.yaml postgres.kubedb.com/replay-postgres created ``` diff --git a/docs/guides/postgres/monitoring/_index.md b/docs/guides/postgres/monitoring/_index.md index bd85880cc..806ce07bc 100755 --- a/docs/guides/postgres/monitoring/_index.md +++ b/docs/guides/postgres/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-monitoring-postgres name: Monitoring parent: pg-postgres-guides weight: 50 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/monitoring/using-builtin-prometheus.md b/docs/guides/postgres/monitoring/using-builtin-prometheus.md index b21d73da8..814bbcd6b 100644 --- a/docs/guides/postgres/monitoring/using-builtin-prometheus.md +++ b/docs/guides/postgres/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitor PostgreSQL using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: pg-monitoring-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -67,7 +67,7 @@ Here, Run following command to create example above. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/monitoring/builtin-prom-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/monitoring/builtin-prom-postgres.yaml postgres.kubedb.com/builtin-prom-postgres created ``` @@ -200,7 +200,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -247,7 +247,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created diff --git a/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md b/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md index 577eac280..469c384b5 100644 --- a/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitor PostgreSQL using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: pg-monitoring-postgres weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -37,7 +37,7 @@ This tutorial assumes that you are familiar with PostgreSQL concept. Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo created clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -68,7 +68,7 @@ servicemonitors.monitoring.coreos.com 2018-09-24T12:42:22Z Once the Prometheus operator CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -184,7 +184,7 @@ Here, Now create PostgreSQL with monitoring spec ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/monitoring/coreos-prom-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/monitoring/coreos-prom-postgres.yaml postgres.kubedb.com/coreos-prom-postgres created ``` diff --git a/docs/guides/postgres/private-registry/_index.md b/docs/guides/postgres/private-registry/_index.md index 617f8d0f3..003556da0 100755 --- a/docs/guides/postgres/private-registry/_index.md +++ b/docs/guides/postgres/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run PostgreSQL using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-private-registry-postgres name: Private Registry parent: pg-postgres-guides weight: 35 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/private-registry/using-private-registry.md b/docs/guides/postgres/private-registry/using-private-registry.md index e835c7080..481a1112f 100644 --- a/docs/guides/postgres/private-registry/using-private-registry.md +++ b/docs/guides/postgres/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run PostgreSQL using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-using-private-registry-private-registry name: Quickstart parent: pg-private-registry-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -47,7 +47,7 @@ For Postgres, push the following images to your private registry. ```console $ export DOCKER_REGISTRY= -$ docker pull kubedb/operator:0.9.0-rc.2 ; docker tag kubedb/operator:0.9.0-rc.2 $DOCKER_REGISTRY/operator:0.9.0-rc.2 ; docker push $DOCKER_REGISTRY/operator:0.9.0-rc.2 +$ docker pull kubedb/operator:0.9.0 ; docker tag kubedb/operator:0.9.0 $DOCKER_REGISTRY/operator:0.9.0 ; docker push $DOCKER_REGISTRY/operator:0.9.0 $ docker pull kubedb/postgres:9.6-v1 ; docker tag kubedb/postgres:9.6-v1 $DOCKER_REGISTRY/postgres:9.6-v1 ; docker push $DOCKER_REGISTRY/postgres:9.6-v1 $ docker pull kubedb/postgres-tools:9.6-v1 ; docker tag kubedb/postgres-tools:9.6-v1 $DOCKER_REGISTRY/postgres-tools:9.6-v1 ; docker push $DOCKER_REGISTRY/postgres-tools:9.6-v1 $ docker pull kubedb/postgres_exporter:v0.4.6 ; docker tag kubedb/postgres_exporter:v0.4.6 $DOCKER_REGISTRY/postgres_exporter:v0.4.6 ; docker push $DOCKER_REGISTRY/postgres_exporter:v0.4.6 @@ -138,7 +138,7 @@ spec: Now run the command to create this Postgres object: ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/private-registry/pvt-reg-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/private-registry/pvt-reg-postgres.yaml postgres.kubedb.com/pvt-reg-postgres created ``` diff --git a/docs/guides/postgres/quickstart/_index.md b/docs/guides/postgres/quickstart/_index.md index 58c5fe69a..0e9b8035c 100755 --- a/docs/guides/postgres/quickstart/_index.md +++ b/docs/guides/postgres/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-quickstart-postgres name: Quickstart parent: pg-postgres-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/quickstart/quickstart.md b/docs/guides/postgres/quickstart/quickstart.md index 248989687..48e20b22a 100644 --- a/docs/guides/postgres/quickstart/quickstart.md +++ b/docs/guides/postgres/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: PostgreSQL Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-quickstart-quickstart name: Overview parent: pg-quickstart-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -47,7 +47,7 @@ This tutorial will also use a pgAdmin to connect and test PostgreSQL database, o Run the following command to install pgAdmin, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/quickstart/pgadmin.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/pgadmin.yaml deployment.apps/pgadmin created service/pgadmin created @@ -137,7 +137,7 @@ Here, Let's create Postgres crd, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres "quick-postgres" created ``` @@ -415,7 +415,7 @@ In this tutorial, the DormantDatabase `quick-postgres` can be resumed by creatin Let's create the original Postgres object, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/kubectl apply -f ./quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/kubectl apply -f ./quickstart/quick-postgres.yaml postgres.kubedb.com/quick-postgres created ``` @@ -424,7 +424,7 @@ This will resume the previous database. All data that was inserted in previous d When the database is resumed, respective DormantDatabase object will be removed. Verify that the DormantDatabase object has been removed, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres "quick-postgres" created ``` diff --git a/docs/guides/postgres/quickstart/rbac.md b/docs/guides/postgres/quickstart/rbac.md index fd36dad3e..2f885712b 100644 --- a/docs/guides/postgres/quickstart/rbac.md +++ b/docs/guides/postgres/quickstart/rbac.md @@ -1,12 +1,12 @@ --- title: RBAC for PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-rbac-quickstart name: RBAC parent: pg-quickstart-postgres weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -69,7 +69,7 @@ spec: Create above Postgres object with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres "quick-postgres" created ``` diff --git a/docs/guides/postgres/snapshot/_index.md b/docs/guides/postgres/snapshot/_index.md index edaff5275..b6b08231a 100755 --- a/docs/guides/postgres/snapshot/_index.md +++ b/docs/guides/postgres/snapshot/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL Snapshotting menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-snapshot-postgres name: Snapshotting parent: pg-postgres-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/postgres/snapshot/continuous_archiving.md b/docs/guides/postgres/snapshot/continuous_archiving.md index 4221441fb..3aa1fac6c 100644 --- a/docs/guides/postgres/snapshot/continuous_archiving.md +++ b/docs/guides/postgres/snapshot/continuous_archiving.md @@ -1,12 +1,12 @@ --- title: Continuous Archiving of PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-continuous-archiving-snapshot name: WAL Archiving parent: pg-snapshot-postgres weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -144,7 +144,7 @@ To configure this backend, following parameters are available: Now create this Postgres object with Continuous Archiving support. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/snapshot/wal-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/snapshot/wal-postgres.yaml postgres "wal-postgres" created ``` diff --git a/docs/guides/postgres/snapshot/instant_backup.md b/docs/guides/postgres/snapshot/instant_backup.md index 758fd9b24..3a513c552 100644 --- a/docs/guides/postgres/snapshot/instant_backup.md +++ b/docs/guides/postgres/snapshot/instant_backup.md @@ -1,12 +1,12 @@ --- title: Instant Backup of PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-instant-backup-snapshot name: Instant Backup parent: pg-snapshot-postgres weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -126,7 +126,7 @@ To learn how to configure other storage destinations for snapshot data, please v Now, let's create a Snapshot object. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/snapshot/instant-snapshot.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/snapshot/instant-snapshot.yaml snapshot.kubedb.com/instant-snapshot created ``` diff --git a/docs/guides/postgres/snapshot/scheduled_backup.md b/docs/guides/postgres/snapshot/scheduled_backup.md index b8252bd50..587e54d26 100644 --- a/docs/guides/postgres/snapshot/scheduled_backup.md +++ b/docs/guides/postgres/snapshot/scheduled_backup.md @@ -1,12 +1,12 @@ --- title: Scheduled Backup of PostgreSQL menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: pg-scheduled-backup-snapshot name: Scheduled Backup parent: pg-snapshot-postgres weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > Don't know how backup works? Check [tutorial](/docs/guides/postgres/snapshot/instant_backup.md) on Instant Backup. @@ -93,7 +93,7 @@ Here, Let's create a Postgres crd with backupSchedule, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/postgres/snapshot/scheduled-pg.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/snapshot/scheduled-pg.yaml postgres "scheduled-pg" created ``` diff --git a/docs/guides/redis/README.md b/docs/guides/redis/README.md index 2dbb68699..42daa21de 100644 --- a/docs/guides/redis/README.md +++ b/docs/guides/redis/README.md @@ -1,16 +1,16 @@ --- title: Redis menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-readme-redis name: Redis parent: rd-redis-guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides -url: /docs/0.9.0-rc.2/guides/redis/ +url: /docs/0.9.0/guides/redis/ aliases: - - /docs/0.9.0-rc.2/guides/redis/README/ + - /docs/0.9.0/guides/redis/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -46,13 +46,13 @@ aliases: |:--------------:|:-----------:| | 0.1.0 - 0.7.0 | ✗ | | 0.8.0 | ✓ | -| 0.9.0-rc.2 | ✓ | +| 0.9.0 | ✓ | ## Supported RedisVersion CRD Here, ✓ means supported and ✗ means deprecated. -| NAME | VERSION | KubeDB: 0.9.0-rc.2 | +| NAME | VERSION | KubeDB: 0.9.0 | |----------|---------|--------------------| | 4 | 4 | ✗ | | 4-v1 | 4 | ✓ | diff --git a/docs/guides/redis/_index.md b/docs/guides/redis/_index.md index 23cb26bb2..9098694b8 100644 --- a/docs/guides/redis/_index.md +++ b/docs/guides/redis/_index.md @@ -1,10 +1,10 @@ --- title: Redis menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-redis-guides name: Redis parent: guides weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/cli/_index.md b/docs/guides/redis/cli/_index.md index 8e0deaf03..1d8e85853 100755 --- a/docs/guides/redis/cli/_index.md +++ b/docs/guides/redis/cli/_index.md @@ -1,10 +1,10 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-cli-redis name: Cli parent: rd-redis-guides weight: 45 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/cli/cli.md b/docs/guides/redis/cli/cli.md index 6be42dd49..ddebb9288 100644 --- a/docs/guides/redis/cli/cli.md +++ b/docs/guides/redis/cli/cli.md @@ -1,12 +1,12 @@ --- title: CLI | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-cli-cli name: Quickstart parent: rd-cli-redis weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- diff --git a/docs/guides/redis/custom-config/_index.md b/docs/guides/redis/custom-config/_index.md index e5272efa1..c2fe6d9e0 100755 --- a/docs/guides/redis/custom-config/_index.md +++ b/docs/guides/redis/custom-config/_index.md @@ -1,10 +1,10 @@ --- title: Run Redis with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-custom-config name: Custom Configuration parent: rd-redis-guides weight: 50 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/custom-config/using-custom-config.md b/docs/guides/redis/custom-config/using-custom-config.md index 1449dd1a8..44aae3e8f 100644 --- a/docs/guides/redis/custom-config/using-custom-config.md +++ b/docs/guides/redis/custom-config/using-custom-config.md @@ -1,12 +1,12 @@ --- title: Run Redis with Custom Configuration menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-custom-config-quickstart name: Quickstart parent: rd-custom-config weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -84,7 +84,7 @@ metadata: Now, create Redis crd specifying `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/custom-config/redis-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/custom-config/redis-custom.yaml redis.kubedb.com "custom-redis" created ``` diff --git a/docs/guides/redis/monitoring/_index.md b/docs/guides/redis/monitoring/_index.md index 29f0abd70..4bb1699a1 100755 --- a/docs/guides/redis/monitoring/_index.md +++ b/docs/guides/redis/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring Redis menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-monitoring-redis name: Monitoring parent: rd-redis-guides weight: 25 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/monitoring/using-builtin-prometheus.md b/docs/guides/redis/monitoring/using-builtin-prometheus.md index bfd4c71b7..7d3a1df62 100644 --- a/docs/guides/redis/monitoring/using-builtin-prometheus.md +++ b/docs/guides/redis/monitoring/using-builtin-prometheus.md @@ -1,12 +1,12 @@ --- title: Monitoring Redis Using Builtin Prometheus Discovery menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: rd-monitoring-redis weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -59,7 +59,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/monitoring/builtin-prometheus/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/monitoring/builtin-prometheus/demo-1.yaml redis.kubedb.com/redis-mon-prometheus created ``` @@ -254,7 +254,7 @@ data: Create above ConfigMap ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml configmap/prometheus-server-conf created ``` @@ -301,7 +301,7 @@ spec: Run the following command to deploy prometheus-server ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml clusterrole.rbac.authorization.k8s.io/prometheus-server created serviceaccount/prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/prometheus-server created @@ -362,7 +362,7 @@ kubectl delete -n demo rd/redis-mon-prometheus kubectl patch -n demo drmn/redis-mon-prometheus -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/redis-mon-prometheus -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/builtin-prometheus/demo-2.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml kubectl delete ns demo ``` diff --git a/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md b/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md index 304e45910..73f81b0e4 100644 --- a/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md +++ b/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md @@ -1,12 +1,12 @@ --- title: Monitoring Redis using Coreos Prometheus Operator menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: rd-monitoring-redis weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -39,7 +39,7 @@ This tutorial will show you how to monitor KubeDB databases using Prometheus via Run the following command to deploy CoreOS-Prometheus operator. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml namespace/demo created clusterrole.rbac.authorization.k8s.io/prometheus-operator created serviceaccount/prometheus-operator created @@ -70,7 +70,7 @@ servicemonitors.monitoring.coreos.com 2018-09-24T12:42:22Z Once the Prometheus operator CRDs are registered, run the following command to create a Prometheus. ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml clusterrole.rbac.authorization.k8s.io/prometheus created serviceaccount/prometheus created clusterrolebinding.rbac.authorization.k8s.io/prometheus created @@ -209,7 +209,7 @@ __Known Limitations:__ If the database password is updated, exporter must be res Run the following command to deploy the above `Redis` CRD object. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/monitoring/coreos-operator/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/monitoring/coreos-operator/demo-1.yaml redis.kubedb.com/redis-mon-coreos created ``` @@ -341,8 +341,8 @@ kubectl delete -n demo rd/redis-mon-coreos kubectl patch -n demo drmn/redis-mon-coreos -p '{"spec":{"wipeOut":true}}' --type="merge" kubectl delete -n demo drmn/redis-mon-coreos -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-1.yaml -kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/monitoring/coreos-operator/demo-0.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-1.yaml +kubectl delete -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/coreos-operator/demo-0.yaml kubectl delete ns demo ``` diff --git a/docs/guides/redis/private-registry/_index.md b/docs/guides/redis/private-registry/_index.md index 76528a47a..475bcc93f 100755 --- a/docs/guides/redis/private-registry/_index.md +++ b/docs/guides/redis/private-registry/_index.md @@ -1,10 +1,10 @@ --- title: Run Redis using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-private-registry-redis name: Private Registry parent: rd-redis-guides weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/private-registry/using-private-registry.md b/docs/guides/redis/private-registry/using-private-registry.md index b3b6628d3..28b48bba2 100644 --- a/docs/guides/redis/private-registry/using-private-registry.md +++ b/docs/guides/redis/private-registry/using-private-registry.md @@ -1,12 +1,12 @@ --- title: Run Redis using Private Registry menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-using-private-registry-private-registry name: Quickstart parent: rd-private-registry-redis weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- @@ -119,7 +119,7 @@ spec: Now run the command to deploy this `Redis` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/private-registry/demo-2.yaml redis.kubedb.com/redis-pvt-reg created ``` diff --git a/docs/guides/redis/quickstart/_index.md b/docs/guides/redis/quickstart/_index.md index db36017bc..9a1c67fbb 100755 --- a/docs/guides/redis/quickstart/_index.md +++ b/docs/guides/redis/quickstart/_index.md @@ -1,10 +1,10 @@ --- title: Redis Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-quickstart-redis name: Quickstart parent: rd-redis-guides weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/guides/redis/quickstart/quickstart.md b/docs/guides/redis/quickstart/quickstart.md index 47c5a1f6b..4c0a09ef4 100644 --- a/docs/guides/redis/quickstart/quickstart.md +++ b/docs/guides/redis/quickstart/quickstart.md @@ -1,12 +1,12 @@ --- title: Redis Quickstart menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: rd-quickstart-quickstart name: Overview parent: rd-quickstart-redis weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -84,7 +84,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/quickstart/demo-1.yaml redis.kubedb.com/redis-quickstart created ``` @@ -328,7 +328,7 @@ In this tutorial, the dormant database can be resumed by creating original `Redi The below command will resume the DormantDatabase `redis-quickstart`. ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/docs/examples/redis/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/quickstart/demo-1.yaml redis.kubedb.com/redis-quickstart created ``` diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 9c7a9e309..fe09eb5f0 100644 --- a/docs/reference/_index.md +++ b/docs/reference/_index.md @@ -2,9 +2,9 @@ title: Reference description: KubeDB CLI Reference menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: reference name: Reference weight: 1000 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/reference/kubedb.md b/docs/reference/kubedb.md index a06e8568b..9b29a61f0 100644 --- a/docs/reference/kubedb.md +++ b/docs/reference/kubedb.md @@ -1,16 +1,16 @@ --- title: Kubedb menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb name: Kubedb parent: reference weight: 0 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference aliases: - - /docs/0.9.0-rc.2/reference/ + - /docs/0.9.0/reference/ --- ## kubedb diff --git a/docs/reference/kubedb_api-resources.md b/docs/reference/kubedb_api-resources.md index 66a5f6618..aa61ffb5f 100644 --- a/docs/reference/kubedb_api-resources.md +++ b/docs/reference/kubedb_api-resources.md @@ -1,11 +1,11 @@ --- title: Kubedb Api-Resources menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-api-resources name: Kubedb Api-Resources parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb api-resources diff --git a/docs/reference/kubedb_create.md b/docs/reference/kubedb_create.md index 6c369a5c1..067bac4e2 100644 --- a/docs/reference/kubedb_create.md +++ b/docs/reference/kubedb_create.md @@ -1,11 +1,11 @@ --- title: Kubedb Create menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-create name: Kubedb Create parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb create diff --git a/docs/reference/kubedb_delete.md b/docs/reference/kubedb_delete.md index 236626c56..6a3ca580f 100644 --- a/docs/reference/kubedb_delete.md +++ b/docs/reference/kubedb_delete.md @@ -1,11 +1,11 @@ --- title: Kubedb Delete menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-delete name: Kubedb Delete parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb delete diff --git a/docs/reference/kubedb_describe.md b/docs/reference/kubedb_describe.md index fe1a97dda..f5abd3825 100644 --- a/docs/reference/kubedb_describe.md +++ b/docs/reference/kubedb_describe.md @@ -1,11 +1,11 @@ --- title: Kubedb Describe menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-describe name: Kubedb Describe parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb describe diff --git a/docs/reference/kubedb_edit.md b/docs/reference/kubedb_edit.md index c0935ddcb..0477536dd 100644 --- a/docs/reference/kubedb_edit.md +++ b/docs/reference/kubedb_edit.md @@ -1,11 +1,11 @@ --- title: Kubedb Edit menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-edit name: Kubedb Edit parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb edit diff --git a/docs/reference/kubedb_get.md b/docs/reference/kubedb_get.md index 7519dac65..27b9b6437 100644 --- a/docs/reference/kubedb_get.md +++ b/docs/reference/kubedb_get.md @@ -1,11 +1,11 @@ --- title: Kubedb Get menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-get name: Kubedb Get parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb get diff --git a/docs/reference/kubedb_version.md b/docs/reference/kubedb_version.md index 182a4ae67..3bf61c9a3 100644 --- a/docs/reference/kubedb_version.md +++ b/docs/reference/kubedb_version.md @@ -1,11 +1,11 @@ --- title: Kubedb Version menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: kubedb-version name: Kubedb Version parent: reference -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: reference --- ## kubedb version diff --git a/docs/setup/README.md b/docs/setup/README.md index f77aaca57..f65652dac 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -2,16 +2,16 @@ title: Table of Contents | Setup description: Table of Contents | Setup menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: setup-readme name: Readme parent: setup weight: -1 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: setup -url: /docs/0.9.0-rc.2/setup/ +url: /docs/0.9.0/setup/ aliases: - - /docs/0.9.0-rc.2/setup/README/ + - /docs/0.9.0/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index 1a3ed39b4..3b9867310 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | KubeDB menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: setup name: Setup weight: 30 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index f6ad26059..db4d18b22 100644 --- a/docs/setup/developer-guide/_index.md +++ b/docs/setup/developer-guide/_index.md @@ -1,10 +1,10 @@ --- title: Developer Guide menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: developer-guide name: Developer Guide parent: setup weight: 40 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 --- diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index d9055cf7c..5a389f4c9 100644 --- a/docs/setup/developer-guide/overview.md +++ b/docs/setup/developer-guide/overview.md @@ -1,15 +1,15 @@ --- title: Developer Guide menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: setup aliases: - - /docs/0.9.0-rc.2/setup/developer-guide/ + - /docs/0.9.0/setup/developer-guide/ --- # Development Guide diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index 661b21c2f..605d97446 100644 --- a/docs/setup/developer-guide/release.md +++ b/docs/setup/developer-guide/release.md @@ -1,12 +1,12 @@ --- title: Release menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: developer-guide-release name: Release Process parent: developer-guide weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: setup --- diff --git a/docs/setup/install.md b/docs/setup/install.md index 717fdd40d..35385fe3b 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -1,12 +1,12 @@ --- title: Install menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: install-kubedb name: Install parent: setup weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: setup --- @@ -37,7 +37,7 @@ To use `kubedb`, you will need to install KubeDB [operator](https://github.com/k To install KubeDB in your Kubernetes cluster, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh | bash ``` After successful installation, you should have a `kubedb-operator-***` pod running in the `kube-system` namespace. @@ -49,10 +49,10 @@ kubedb-operator-65d97f8cf9-8c9tj 2/2 Running 0 1m #### Customizing Installer -The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/kubedb/cli/tree/0.9.0-rc.2/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. +The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/kubedb/cli/tree/0.9.0/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh | bash -s -- -h kubedb.sh - install kubedb operator kubedb.sh [options] @@ -79,7 +79,7 @@ options: If you would like to run KubeDB operator pod in `master` instances, pass the `--run-on-master` flag: ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -87,7 +87,7 @@ KubeDB operator will be installed in a `kube-system` namespace by default. If yo ```console $ kubectl create namespace kubedb -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --namespace=kubedb [--run-on-master] [--rbac] ``` @@ -97,23 +97,23 @@ To pass the address of your private registry and optionally a image pull secret ```console $ kubectl create namespace kubedb -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --docker-registry=MY_REGISTRY [--image-pull-secret=SECRET_NAME] [--rbac] ``` KubeDB implements [validating and mutating admission webhooks](https://kubernetes.io/docs/admin/admission-controllers/#validatingadmissionwebhook-alpha-in-18-beta-in-19) for KubeDB CRDs. This is enabled by default for Kubernetes 1.9.0 or later releases. To disable this feature, pass the `--enable-validating-webhook=false` and `--enable-mutating-webhook=false` flag respectively. ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --enable-validating-webhook=false --enable-mutating-webhook=false [--rbac] ``` -KubeDB 0.9.0-rc.2 or later releases can use status sub resource for CustomResourceDefintions. This is enabled by default for Kubernetes 1.11.0 or later releases. To disable this feature, pass the `--enable-status-subresource=false` flag. +KubeDB 0.9.0 or later releases can use status sub resource for CustomResourceDefintions. This is enabled by default for Kubernetes 1.11.0 or later releases. To disable this feature, pass the `--enable-status-subresource=false` flag. -KubeDB 0.9.0-rc.2 or later installs a catalog of database versions. To disable this pass the `--install-catalog=none` flag. +KubeDB 0.9.0 or later installs a catalog of database versions. To disable this pass the `--install-catalog=none` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --install-catalog=none [--rbac] ``` @@ -129,11 +129,11 @@ $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update $ helm search appscode/kubedb NAME CHART VERSION APP VERSION DESCRIPTION -appscode/kubedb 0.9.0-rc.2 0.9.0-rc.2 KubeDB by AppsCode - Production ready databases on Kubern... -appscode/kubedb-catalog 0.9.0-rc.2 0.9.0-rc.2 KubeDB Catalog by AppsCode - Catalog for database versions +appscode/kubedb 0.9.0 0.9.0 KubeDB by AppsCode - Production ready databases on Kubern... +appscode/kubedb-catalog 0.9.0 0.9.0 KubeDB Catalog by AppsCode - Catalog for database versions # Step 1: Install kubedb operator chart -$ helm install appscode/kubedb --name kubedb-operator --version 0.9.0-rc.2 \ +$ helm install appscode/kubedb --name kubedb-operator --version 0.9.0 \ --namespace kube-system # Step 2: wait until crds are registered @@ -157,11 +157,11 @@ redisversions.kubedb.com 6s snapshots.kubedb.com 6s # Step 3(a): Install KubeDB catalog of database versions -$ helm install appscode/kubedb-catalog --name kubedb-catalog --version 0.9.0-rc.2 \ +$ helm install appscode/kubedb-catalog --name kubedb-catalog --version 0.9.0 \ --namespace kube-system # Step 3(b): Or, if previously installed, upgrade KubeDB catalog of database versions -$ helm upgrade kubedb-catalog appscode/kubedb-catalog --version 0.9.0-rc.2 \ +$ helm upgrade kubedb-catalog appscode/kubedb-catalog --version 0.9.0 \ --namespace kube-system ``` @@ -205,12 +205,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/kubedb/cli/releases/download/0.9.0-rc.2/kubedb-linux-amd64 \ +wget -O kubedb https://github.com/kubedb/cli/releases/download/0.9.0/kubedb-linux-amd64 \ && chmod +x kubedb \ && sudo mv kubedb /usr/local/bin/ # Mac 64-bit -wget -O kubedb https://github.com/kubedb/cli/releases/download/0.9.0-rc.2/kubedb-darwin-amd64 \ +wget -O kubedb https://github.com/kubedb/cli/releases/download/0.9.0/kubedb-darwin-amd64 \ && chmod +x kubedb \ && sudo mv kubedb /usr/local/bin/ ``` diff --git a/docs/setup/uninstall.md b/docs/setup/uninstall.md index 506249137..92bed9377 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -1,12 +1,12 @@ --- title: KubeDB Uninstall menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: uninstall-kubedb name: Uninstall parent: setup weight: 20 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: setup --- @@ -17,7 +17,7 @@ section_menu_id: setup To uninstall KubeDB operator, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh \ | bash -s -- --uninstall [--namespace=NAMESPACE] + kubectl delete deployment -l app=kubedb -n kube-system diff --git a/docs/status.md b/docs/status.md index 8b0b12655..fcb5917f7 100644 --- a/docs/status.md +++ b/docs/status.md @@ -2,16 +2,16 @@ title: Project Status | KubeDB description: KubeDB Project Status menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: roadmap-cli name: status parent: welcome weight: 15 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: welcome -url: /docs/0.9.0-rc.2/welcome/status/ +url: /docs/0.9.0/welcome/status/ aliases: - - /docs/0.9.0-rc.2/status/ + - /docs/0.9.0/status/ --- # Project Status diff --git a/docs/support.md b/docs/support.md index 56040a6b3..ab71691da 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,16 +2,16 @@ title: Support | KubeDB description: Support menu: - docs_0.9.0-rc.2: + docs_0.9.0: identifier: support-cli name: Support parent: welcome weight: 10 -menu_name: docs_0.9.0-rc.2 +menu_name: docs_0.9.0 section_menu_id: welcome -url: /docs/0.9.0-rc.2/welcome/support/ +url: /docs/0.9.0/welcome/support/ aliases: - - /docs/0.9.0-rc.2/support/ + - /docs/0.9.0/support/ --- # Support diff --git a/hack/deploy/kubedb.sh b/hack/deploy/kubedb.sh index 0e5c8e5e0..b19049230 100755 --- a/hack/deploy/kubedb.sh +++ b/hack/deploy/kubedb.sh @@ -130,7 +130,7 @@ export KUBEDB_ENABLE_VALIDATING_WEBHOOK=false export KUBEDB_ENABLE_MUTATING_WEBHOOK=false export KUBEDB_CATALOG=${KUBEDB_CATALOG:-all} export KUBEDB_DOCKER_REGISTRY=kubedb -export KUBEDB_OPERATOR_TAG=0.9.0-rc.2 +export KUBEDB_OPERATOR_TAG=0.9.0 export KUBEDB_OPERATOR_NAME=operator export KUBEDB_IMAGE_PULL_SECRET= export KUBEDB_IMAGE_PULL_POLICY=IfNotPresent @@ -142,7 +142,7 @@ export KUBEDB_BYPASS_VALIDATING_WEBHOOK_XRAY=false export KUBEDB_USE_KUBEAPISERVER_FQDN_FOR_AKS=true export APPSCODE_ENV=${APPSCODE_ENV:-prod} -export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0-rc.2/" +export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/" if [ "$APPSCODE_ENV" = "dev" ]; then detect_tag export SCRIPT_LOCATION="cat " diff --git a/hack/gendocs/main.go b/hack/gendocs/main.go index b7416b813..0dbf3dc09 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "0.9.0-rc.2" + version = "0.9.0" ) var (