diff --git a/chart/kubedb-catalog/Chart.yaml b/chart/kubedb-catalog/Chart.yaml index 701bb7ec7..7e4e2a507 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 -appVersion: 0.9.0 +version: 0.10.0 +appVersion: 0.10.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 3ced30997..974967a5c 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 -appVersion: 0.9.0 +version: 0.10.0 +appVersion: 0.10.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 7be3c7335..f48397a17 100644 --- a/chart/kubedb/README.md +++ b/chart/kubedb/README.md @@ -47,7 +47,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` | +| `kubedb.tag` | KubeDB operator container image tag | `0.10.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.12` | diff --git a/chart/kubedb/values.yaml b/chart/kubedb/values.yaml index 15f5b1b8c..f04b9cd67 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 + tag: 0.10.0 cleaner: registry: appscode repository: kubectl diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 89f2102c1..0505bb0e3 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,16 +2,16 @@ title: Contributing | KubeDB description: Contributing menu: - docs_0.9.0: + docs_0.10.0: identifier: contributing-cli name: Contributing parent: welcome weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: welcome -url: /docs/0.9.0/welcome/contributing/ +url: /docs/0.10.0/welcome/contributing/ aliases: - - /docs/0.9.0/CONTRIBUTING/ + - /docs/0.10.0/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index 76a4feb1a..cc8bcf170 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: + docs_0.10.0: identifier: readme-cli name: Readme parent: welcome weight: -1 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: welcome -url: /docs/0.9.0/welcome/ +url: /docs/0.10.0/welcome/ aliases: - - /docs/0.9.0/ - - /docs/0.9.0/README/ + - /docs/0.10.0/ + - /docs/0.10.0/README/ --- # Welcome diff --git a/docs/_index.md b/docs/_index.md index cd21f993c..66065ff03 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,9 +1,9 @@ --- title: KubeDB menu: - docs_0.9.0: + docs_0.10.0: identifier: welcome name: Welcome weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/README.md b/docs/concepts/README.md index 2bfdad67e..469c96f8e 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,16 +1,16 @@ --- title: Concepts | KubeDB menu: - docs_0.9.0: + docs_0.10.0: identifier: concepts-readme name: Readme parent: concepts weight: -1 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts -url: /docs/0.9.0/concepts/ +url: /docs/0.10.0/concepts/ aliases: - - /docs/0.9.0/concepts/README/ + - /docs/0.10.0/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index 82b04fbfe..a58821b5e 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -2,9 +2,9 @@ title: Concepts description: Concepts menu: - docs_0.9.0: + docs_0.10.0: identifier: concepts name: Concepts weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/catalog/_index.md b/docs/concepts/catalog/_index.md index 8fb6a2328..6ac9c74eb 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: + docs_0.10.0: identifier: catalog parent: concepts name: Catalog weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/catalog/elasticsearch.md b/docs/concepts/catalog/elasticsearch.md index d4261e187..f788d1859 100644 --- a/docs/concepts/catalog/elasticsearch.md +++ b/docs/concepts/catalog/elasticsearch.md @@ -1,12 +1,12 @@ --- title: ElasticsearchVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: elasticsearh-version name: ElasticsearchVersion parent: catalog weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/memcached.md b/docs/concepts/catalog/memcached.md index 397b21250..ddbcb6d8e 100644 --- a/docs/concepts/catalog/memcached.md +++ b/docs/concepts/catalog/memcached.md @@ -1,12 +1,12 @@ --- title: MemcachedVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: memcached-version name: MemcachedVersion parent: catalog weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/mongodb.md b/docs/concepts/catalog/mongodb.md index ca2e3909d..7365c5e32 100644 --- a/docs/concepts/catalog/mongodb.md +++ b/docs/concepts/catalog/mongodb.md @@ -1,12 +1,12 @@ --- title: MongoDBVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: mongodb-version name: MongoDBVersion parent: catalog weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/mysql.md b/docs/concepts/catalog/mysql.md index 3696bfb5d..1c56ce147 100644 --- a/docs/concepts/catalog/mysql.md +++ b/docs/concepts/catalog/mysql.md @@ -1,12 +1,12 @@ --- title: MySQLVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: mysql-version name: MySQLVersion parent: catalog weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/postgres.md b/docs/concepts/catalog/postgres.md index f2ccc14dc..5505830f2 100644 --- a/docs/concepts/catalog/postgres.md +++ b/docs/concepts/catalog/postgres.md @@ -1,12 +1,12 @@ --- title: PostgresVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: postgres-version name: PostgresVersion parent: catalog weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/catalog/redis.md b/docs/concepts/catalog/redis.md index dd813dc54..5488088bc 100644 --- a/docs/concepts/catalog/redis.md +++ b/docs/concepts/catalog/redis.md @@ -1,12 +1,12 @@ --- title: RedisVersion menu: - docs_0.9.0: + docs_0.10.0: identifier: redis-version name: RedisVersion parent: catalog weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/database-monitoring/_index.md b/docs/concepts/database-monitoring/_index.md index 9a4ec93e8..52745dbf0 100644 --- a/docs/concepts/database-monitoring/_index.md +++ b/docs/concepts/database-monitoring/_index.md @@ -2,10 +2,10 @@ title: Database Monitoring | KubeDB description: Database Monitoring menu: - docs_0.9.0: + docs_0.10.0: identifier: database-monitoring parent: concepts name: Database Monitoring weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/database-monitoring/overview.md b/docs/concepts/database-monitoring/overview.md index 04b0cfb71..88fa7736c 100644 --- a/docs/concepts/database-monitoring/overview.md +++ b/docs/concepts/database-monitoring/overview.md @@ -2,12 +2,12 @@ title: Database Monitoring Overview description: Database Monitoring Overview menu: - docs_0.9.0: + docs_0.10.0: identifier: database-monitoring-overview name: Overview parent: database-monitoring weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/_index.md b/docs/concepts/databases/_index.md index 446bd0233..a787f96e9 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: + docs_0.10.0: identifier: databases parent: concepts name: Supported Databases weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/databases/elasticsearch.md b/docs/concepts/databases/elasticsearch.md index 92c0f0129..54df99988 100644 --- a/docs/concepts/databases/elasticsearch.md +++ b/docs/concepts/databases/elasticsearch.md @@ -1,12 +1,12 @@ --- title: Elasticsearch menu: - docs_0.9.0: + docs_0.10.0: identifier: elasticsearch-db name: Elasticsearch parent: databases weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/memcached.md b/docs/concepts/databases/memcached.md index 0d048eb77..ea5232945 100644 --- a/docs/concepts/databases/memcached.md +++ b/docs/concepts/databases/memcached.md @@ -1,12 +1,12 @@ --- title: Memcached menu: - docs_0.9.0: + docs_0.10.0: identifier: memcached-db name: Memcached parent: databases weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/mongodb.md b/docs/concepts/databases/mongodb.md index 0dbabd018..1c02195c6 100644 --- a/docs/concepts/databases/mongodb.md +++ b/docs/concepts/databases/mongodb.md @@ -1,12 +1,12 @@ --- title: MongoDB menu: - docs_0.9.0: + docs_0.10.0: identifier: mongodb-db name: MongoDB parent: databases weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/mysql.md b/docs/concepts/databases/mysql.md index b681ae8a5..f0d154828 100644 --- a/docs/concepts/databases/mysql.md +++ b/docs/concepts/databases/mysql.md @@ -1,12 +1,12 @@ --- title: MySQL menu: - docs_0.9.0: + docs_0.10.0: identifier: mysql-db name: MySQL parent: databases weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/postgres.md b/docs/concepts/databases/postgres.md index 1d2cc17f4..bff2f4f62 100644 --- a/docs/concepts/databases/postgres.md +++ b/docs/concepts/databases/postgres.md @@ -1,12 +1,12 @@ --- title: Postgres menu: - docs_0.9.0: + docs_0.10.0: identifier: postgres-db name: Postgres parent: databases weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/databases/redis.md b/docs/concepts/databases/redis.md index 402f0d048..4e1fdf980 100644 --- a/docs/concepts/databases/redis.md +++ b/docs/concepts/databases/redis.md @@ -1,12 +1,12 @@ --- title: Redis menu: - docs_0.9.0: + docs_0.10.0: identifier: redis-db name: Redis parent: databases weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- @@ -114,7 +114,7 @@ If `spec.mode` is set to `"Cluster"`, users can optionally provide a cluster spe ### spec.storage -Since 0.9.0-rc.0, If you set `spec.storageType:` to `Durable`, then `spec.storage` is a required field that specifies the StorageClass of PVCs dynamically allocated to store data for the database. This storage spec will be passed to the StatefulSet created by KubeDB operator to run database pods. You can specify any StorageClass available in your cluster with appropriate resource requests. +Since 0.10.0-rc.0, If you set `spec.storageType:` to `Durable`, then `spec.storage` is a required field that specifies the StorageClass of PVCs dynamically allocated to store data for the database. This storage spec will be passed to the StatefulSet created by KubeDB operator to run database pods. You can specify any StorageClass available in your cluster with appropriate resource requests. - `spec.storage.storageClassName` is the name of the StorageClass used to provision PVCs. PVCs don’t necessarily have to request a class. A PVC with its storageClassName set equal to "" is always interpreted to be requesting a PV with no class, so it can only be bound to PVs with no class (no annotation or one set equal to ""). A PVC with no storageClassName is not quite the same and is treated differently by the cluster depending on whether the DefaultStorageClass admission plugin is turned on. - `spec.storage.accessModes` uses the same conventions as Kubernetes PVCs when requesting storage with specific access modes. diff --git a/docs/concepts/snapshot.md b/docs/concepts/snapshot.md index 692ad4734..647c6870f 100644 --- a/docs/concepts/snapshot.md +++ b/docs/concepts/snapshot.md @@ -1,12 +1,12 @@ --- title: Snapshot menu: - docs_0.9.0: + docs_0.10.0: identifier: snapshot-concepts name: Snapshot parent: concepts weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/concepts/what-is-kubedb/_index.md b/docs/concepts/what-is-kubedb/_index.md index af7a2b533..117db9e4e 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: + docs_0.10.0: identifier: what-is-kubedb parent: concepts name: What is KubeDB weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/concepts/what-is-kubedb/overview.md b/docs/concepts/what-is-kubedb/overview.md index 4e1213033..d51944282 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: + docs_0.10.0: identifier: overview-concepts name: Overview parent: what-is-kubedb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: concepts --- diff --git a/docs/examples/postgres/custom-version/postgresversion.yaml b/docs/examples/postgres/custom-version/postgresversion.yaml index 2613c0551..f1cee1391 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" + image: "kubedb/operator:0.10.0" tools: image: "kubedb/postgres-tools:10.2-v2" diff --git a/docs/guides/README.md b/docs/guides/README.md index 602c5ce50..d8d79b88e 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -1,16 +1,16 @@ --- title: Guides | KubeDB menu: - docs_0.9.0: + docs_0.10.0: identifier: guides-readme name: Readme parent: guides weight: -1 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/ +url: /docs/0.10.0/guides/ aliases: - - /docs/0.9.0/guides/README/ + - /docs/0.10.0/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index fc33641ab..889deedca 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,10 +1,10 @@ --- title: Guides | KubeDB menu: - docs_0.9.0: + docs_0.10.0: identifier: guides name: Guides weight: 40 pre: dropdown -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/README.md b/docs/guides/elasticsearch/README.md index 0f6e3dde3..926a963e9 100644 --- a/docs/guides/elasticsearch/README.md +++ b/docs/guides/elasticsearch/README.md @@ -1,16 +1,16 @@ --- title: Elasticsearch menu: - docs_0.9.0: + docs_0.10.0: identifier: es-readme-elasticsearch name: Elasticsearch parent: es-elasticsearch-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/elasticsearch/ +url: /docs/0.10.0/guides/elasticsearch/ aliases: - - /docs/0.9.0/guides/elasticsearch/README/ + - /docs/0.10.0/guides/elasticsearch/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/elasticsearch/_index.md b/docs/guides/elasticsearch/_index.md index 0338fb95a..a78879ecc 100644 --- a/docs/guides/elasticsearch/_index.md +++ b/docs/guides/elasticsearch/_index.md @@ -1,10 +1,10 @@ --- title: Elasticsearch menu: - docs_0.9.0: + docs_0.10.0: identifier: es-elasticsearch-guides name: Elasticsearch parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/cli/_index.md b/docs/guides/elasticsearch/cli/_index.md index 1f899c9fb..28a2e182b 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: + docs_0.10.0: identifier: es-cli-elasticsearch name: CLI parent: es-elasticsearch-guides weight: 65 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/cli/cli.md b/docs/guides/elasticsearch/cli/cli.md index 54c43dae7..cf64d4512 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: + docs_0.10.0: identifier: es-cli-cli name: Quickstart parent: es-cli-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/elasticsearch/clustering/_index.md b/docs/guides/elasticsearch/clustering/_index.md index 0c3cc1959..b74c5b7e5 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: + docs_0.10.0: identifier: es-clustering-elasticsearch name: Clustering parent: es-elasticsearch-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/clustering/topology.md b/docs/guides/elasticsearch/clustering/topology.md index afa7bbb35..4e86e85c8 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: + docs_0.10.0: identifier: es-topology-clustering name: Topology parent: es-clustering-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/clustering/multi-node-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/clustering/topology-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 8026a807d..f0a523246 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: + docs_0.10.0: identifier: es-custom-config name: Custom Configuration parent: es-elasticsearch-guides weight: 40 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/custom-config/overview.md b/docs/guides/elasticsearch/custom-config/overview.md index 79c424dbc..0319664fc 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: + docs_0.10.0: identifier: es-custom-config-overview name: Overview parent: es-custom-config weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 d0db1cd3c..7345d6677 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: + docs_0.10.0: identifier: es-custom-config-with-topology name: With Topology parent: es-custom-config weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/custom-config/es-custom-with-topology.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 d08cf85ea..2fb6d81e4 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: + docs_0.10.0: identifier: es-custom-config-without-topology name: Without Topology parent: es-custom-config weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/custom-config/es-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 a7d7a89fa..a8372ddcb 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: + docs_0.10.0: identifier: es-initialization-elasticsearch name: Initialization parent: es-elasticsearch-guides weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/initialization/snapshot_source.md b/docs/guides/elasticsearch/initialization/snapshot_source.md index 72166db54..cf3b2394b 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: + docs_0.10.0: identifier: es-snapshot-source-initialization name: Using Snapshot parent: es-initialization-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/initialization/recovered-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ec5a1a2f8..5c207d76d 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: + docs_0.10.0: identifier: es-kibana name: Kibana parent: es-elasticsearch-guides weight: 55 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/kibana/connect-kibana.md b/docs/guides/elasticsearch/kibana/connect-kibana.md index 9f98f92e6..154638ab0 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: + docs_0.10.0: identifier: es-kibana-connect name: Use Kibana parent: es-kibana weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/kibana/es-kibana-demo.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/kibana/kibana-deployment.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 c70a021bf..530ad37e1 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: + docs_0.10.0: identifier: es-monitoring-elasticsearch name: Monitoring parent: es-elasticsearch-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md b/docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md index 0af04f301..c85a979ef 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: + docs_0.10.0: identifier: es-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: es-monitoring-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -68,7 +68,7 @@ Here, Let's create the Elasticsearch crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml elasticsearch.kubedb.com/builtin-prom-es created ``` @@ -274,7 +274,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md b/docs/guides/elasticsearch/monitoring/using-coreos-prometheus-operator.md index 4160f2235..0bf666e52 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: + docs_0.10.0: identifier: es-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: es-monitoring-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -124,7 +124,7 @@ Here, Let's create the Elasticsearch object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/elasticsearch/monitoring/coreos-prom-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 1e6d96137..35a51a267 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: + docs_0.10.0: identifier: es-private-registry-elasticsearch name: Private Registry parent: es-elasticsearch-guides weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/private-registry/using-private-registry.md b/docs/guides/elasticsearch/private-registry/using-private-registry.md index cf738e2e2..16a2a8235 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: + docs_0.10.0: identifier: es-using-private-registry-private-registry name: Quickstart parent: es-private-registry-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 ; docker tag kubedb/operator:0.9.0 $DOCKER_REGISTRY/operator:0.9.0 ; docker push $DOCKER_REGISTRY/operator:0.9.0 +$ docker pull kubedb/operator:0.10.0 ; docker tag kubedb/operator:0.10.0 $DOCKER_REGISTRY/operator:0.10.0 ; docker push $DOCKER_REGISTRY/operator:0.10.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/docs/examples/elasticsearch/private-registry/private-registry.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ceab8d905..7fbc104e8 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: + docs_0.10.0: identifier: es-quickstart-elasticsearch name: Quickstart parent: es-elasticsearch-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/quickstart/quickstart.md b/docs/guides/elasticsearch/quickstart/quickstart.md index dd204130d..a36daf41c 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: + docs_0.10.0: identifier: es-quickstart-quickstart name: Overview parent: es-quickstart-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 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.10.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/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 f69a2e045..cf513c05e 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: + docs_0.10.0: identifier: es-search-guard-elasticsearch name: Search Guard parent: es-elasticsearch-guides weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/search-guard/configuration.md b/docs/guides/elasticsearch/search-guard/configuration.md index f0c28f498..70efbe67d 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: + docs_0.10.0: identifier: es-configuration-search-guard name: Configuration parent: es-search-guard-elasticsearch weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/search-guard/sg-config/sg_config.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/sg-config/sg_internal_users.yml | envsubst > sg_internal_users.yml +$ curl https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/sg-config/sg_action_groups.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/sg-config/sg_roles.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/sg-config/sg_roles_mapping.yml +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/config-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 04c8875c2..e05626259 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: + docs_0.10.0: identifier: es-disable-search-guard name: Disable Search Guard parent: es-search-guard-elasticsearch weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/search-guard/es-sg-disabled.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 b84414eb6..8cb5da9f2 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: + docs_0.10.0: identifier: es-issue-certificate-search-guard name: Issue Certificate parent: es-search-guard-elasticsearch weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/search-guard/openssl-config/openssl-ca.ini + $ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sign.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/openssl-config/openssl-node.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/openssl-config/openssl-client.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sgadmin.ini +$ wget https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/search-guard/sg-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 b7cd3e238..ebbf8a48c 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: + docs_0.10.0: identifier: es-search-guard-search-guard name: Overview parent: es-search-guard-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 7c200425b..4a8cbe725 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: + docs_0.10.0: identifier: es-use-tls-search-guard name: Use TLS parent: es-search-guard-elasticsearch weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/search-guard/ssl-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 000041f6d..16248af6c 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: + docs_0.10.0: identifier: es-snapshot-elasticsearch name: Snapshotting parent: es-elasticsearch-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/snapshot/instant_backup.md b/docs/guides/elasticsearch/snapshot/instant_backup.md index 245613195..d195fa86e 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: + docs_0.10.0: identifier: es-instant-backup-snapshot name: Instant Backup parent: es-snapshot-elasticsearch weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/snapshot/instant-snapshot.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 12f9410b7..3cbd09c50 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: + docs_0.10.0: identifier: es-scheduled-backup-snapshot name: Scheduled Backup parent: es-snapshot-elasticsearch weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/snapshot/scheduled-es.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 83374be92..dcfd046af 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: + docs_0.10.0: identifier: es-x-pack name: X-Pack parent: es-elasticsearch-guides weight: 60 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md b/docs/guides/elasticsearch/x-pack/x-pack-monitoring.md index 8ba3b7f7f..cbf01c369 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: + docs_0.10.0: identifier: es-x-pack-monitoring name: Monitoring parent: es-x-pack weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/elasticsearch/x-pack/es-mon-demo.yaml +$ kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/elasticsearch/kibana/kibana-deployment.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 58b538161..8a6c8b0fe 100644 --- a/docs/guides/memcached/README.md +++ b/docs/guides/memcached/README.md @@ -1,16 +1,16 @@ --- title: Memcached menu: - docs_0.9.0: + docs_0.10.0: identifier: mc-readme-memcached name: Memcached parent: mc-memcached-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/memcached/ +url: /docs/0.10.0/guides/memcached/ aliases: - - /docs/0.9.0/guides/memcached/README/ + - /docs/0.10.0/guides/memcached/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/memcached/_index.md b/docs/guides/memcached/_index.md index a2793c1ed..be2ea5164 100644 --- a/docs/guides/memcached/_index.md +++ b/docs/guides/memcached/_index.md @@ -1,10 +1,10 @@ --- title: Memcached menu: - docs_0.9.0: + docs_0.10.0: identifier: mc-memcached-guides name: Memcached parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/cli/_index.md b/docs/guides/memcached/cli/_index.md index c806572b0..b1a3b55a4 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: + docs_0.10.0: identifier: mc-cli-memcached name: Cli parent: mc-memcached-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/cli/cli.md b/docs/guides/memcached/cli/cli.md index c416909be..5996d44e0 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: + docs_0.10.0: identifier: mc-cli-cli name: Quickstart parent: mc-cli-memcached weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/memcached/custom-config/_index.md b/docs/guides/memcached/custom-config/_index.md index f3a0ca4bd..e45de2952 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: + docs_0.10.0: identifier: mc-custom-config name: Custom Configuration parent: mc-memcached-guides weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/custom-config/using-custom-config.md b/docs/guides/memcached/custom-config/using-custom-config.md index e0637153a..c9d87b6fa 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: + docs_0.10.0: identifier: mc-custom-config-quickstart name: Quickstart parent: mc-custom-config weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/memcached/custom-config/mc-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ff6c30661..c0316bdc2 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: + docs_0.10.0: identifier: mc-monitoring-memcached name: Monitoring parent: mc-memcached-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/monitoring/using-builtin-prometheus.md b/docs/guides/memcached/monitoring/using-builtin-prometheus.md index 1637193af..8c793387d 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: + docs_0.10.0: identifier: mc-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: mc-monitoring-memcached weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -72,7 +72,7 @@ Here, Let's create the Memcached crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/monitoring/builtin-prom-memcd.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/memcached/monitoring/builtin-prom-memcd.yaml memcached.kubedb.com/builtin-prom-memcd created ``` @@ -268,7 +268,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md b/docs/guides/memcached/monitoring/using-coreos-prometheus-operator.md index 8011020e2..622c2a6c3 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: + docs_0.10.0: identifier: mc-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: mc-monitoring-memcached weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -127,7 +127,7 @@ Here, Let's create the Memcached object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/memcached/monitoring/coreos-prom-memcd.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/memcached/monitoring/coreos-prom-memcd.yaml memcached.kubedb.com/coreos-prom-memcd created ``` diff --git a/docs/guides/memcached/private-registry/_index.md b/docs/guides/memcached/private-registry/_index.md index 4472a3814..4f6c9467f 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: + docs_0.10.0: identifier: mc-private-registry-memcached name: Private Registry parent: mc-memcached-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/private-registry/using-private-registry.md b/docs/guides/memcached/private-registry/using-private-registry.md index f23ce0a71..ff8c68766 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: + docs_0.10.0: identifier: mc-using-private-registry-private-registry name: Quickstart parent: mc-private-registry-memcached weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/memcached/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 d9f91e6f9..1babe42fc 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: + docs_0.10.0: identifier: mc-quickstart-memcached name: Quickstart parent: mc-memcached-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/memcached/quickstart/quickstart.md b/docs/guides/memcached/quickstart/quickstart.md index a243bde0b..4303244f0 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: + docs_0.10.0: identifier: mc-quickstart-quickstart name: Overview parent: mc-quickstart-memcached weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/memcached/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/memcached/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 029901106..7e79438dd 100644 --- a/docs/guides/mongodb/README.md +++ b/docs/guides/mongodb/README.md @@ -1,16 +1,16 @@ --- title: MongoDB menu: - docs_0.9.0: + docs_0.10.0: identifier: mg-readme-mongodb name: MongoDB parent: mg-mongodb-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/mongodb/ +url: /docs/0.10.0/guides/mongodb/ aliases: - - /docs/0.9.0/guides/mongodb/README/ + - /docs/0.10.0/guides/mongodb/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/mongodb/_index.md b/docs/guides/mongodb/_index.md index 4f2f9fe2a..7163f70cf 100644 --- a/docs/guides/mongodb/_index.md +++ b/docs/guides/mongodb/_index.md @@ -1,10 +1,10 @@ --- title: MongoDB menu: - docs_0.9.0: + docs_0.10.0: identifier: mg-mongodb-guides name: MongoDB parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/cli/_index.md b/docs/guides/mongodb/cli/_index.md index 3525794c6..e52acb3c5 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: + docs_0.10.0: identifier: mg-cli-mongodb name: Cli parent: mg-mongodb-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/cli/cli.md b/docs/guides/mongodb/cli/cli.md index d5e87d77f..52096dc57 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: + docs_0.10.0: identifier: mg-cli-cli name: Quickstart parent: mg-cli-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/mongodb/clustering/_index.md b/docs/guides/mongodb/clustering/_index.md index 916543188..bc066693c 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: + docs_0.10.0: identifier: mg-clustering-mongodb name: Clustering parent: mg-mongodb-guides weight: 17 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/clustering/replicaset.md b/docs/guides/mongodb/clustering/replicaset.md index a36814d69..69c41699f 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: + docs_0.10.0: identifier: mg-clustering-replicaset name: ReplicaSet Guide parent: mg-clustering-mongodb weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -62,7 +62,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/clustering/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/clustering/demo-1.yaml mongodb.kubedb.com/mgo-replicaset created ``` @@ -516,7 +516,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/docs/examples/mongodb/clustering/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 7fdc9eaee..821854ade 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: + docs_0.10.0: identifier: mg-clustering-replicaset-concept name: ReplicaSet Concept parent: mg-clustering-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/mongodb/configuration/_index.md b/docs/guides/mongodb/configuration/_index.md index bbb3d8e26..252733b8a 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: + docs_0.10.0: identifier: mg-configuration name: Custom Configuration parent: mg-mongodb-guides weight: 27 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/configuration/using-CRD-configuration.md b/docs/guides/mongodb/configuration/using-CRD-configuration.md index 3d2071573..92d29eb9b 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: + docs_0.10.0: identifier: mg-crd-configuration name: Using CRD Config parent: mg-configuration weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -93,7 +93,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/configuration/mgo-misc-config.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/mongodb/configuration/snapshot-misc-conf.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 11e1a3896..ff0c81736 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: + docs_0.10.0: identifier: mg-custom-config-quickstart name: Quickstart parent: mg-configuration weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -103,7 +103,7 @@ spec: ``` ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/configuration/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/configuration/demo-1.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 72c4ccc58..8b5013169 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: + docs_0.10.0: identifier: mg-initialization-mongodb name: Initialization parent: mg-mongodb-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/initialization/using-script.md b/docs/guides/mongodb/initialization/using-script.md index 4bf2d3a81..bc5b7a267 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: + docs_0.10.0: identifier: mg-using-script-initialization name: Using Script parent: mg-initialization-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -75,7 +75,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/Initialization/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 9027f667d..3926d1ffa 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: + docs_0.10.0: identifier: mg-using-snapshot-initialization name: From Snapshot parent: mg-initialization-mongodb weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mongodb/Initialization/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 91ec3f7c3..60d4d780b 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: + docs_0.10.0: identifier: mg-monitoring-mongodb name: Monitoring parent: mg-mongodb-guides weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/monitoring/using-builtin-prometheus.md b/docs/guides/mongodb/monitoring/using-builtin-prometheus.md index 1fee7a15f..78866734b 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: + docs_0.10.0: identifier: mg-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: mg-monitoring-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -69,7 +69,7 @@ Here, Let's create the MongoDB crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/monitoring/builtin-prom-mgo.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/monitoring/builtin-prom-mgo.yaml mongodb.kubedb.com/builtin-prom-mgo created ``` @@ -275,7 +275,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md b/docs/guides/mongodb/monitoring/using-coreos-prometheus-operator.md index 6aaeac119..9c29e58e1 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: + docs_0.10.0: identifier: mg-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: mg-monitoring-mongodb weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -125,7 +125,7 @@ Here, Let's create the MongoDB object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/monitoring/coreos-prom-mgo.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/monitoring/coreos-prom-mgo.yaml mongodb.kubedb.com/coreos-prom-mgo created ``` diff --git a/docs/guides/mongodb/private-registry/_index.md b/docs/guides/mongodb/private-registry/_index.md index b4dffad04..459295709 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: + docs_0.10.0: identifier: mg-private-registry-mongodb name: Private Registry parent: mg-mongodb-guides weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/private-registry/using-private-registry.md b/docs/guides/mongodb/private-registry/using-private-registry.md index ae619834b..f9efb480a 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: + docs_0.10.0: identifier: mg-using-private-registry-private-registry name: Quickstart parent: mg-private-registry-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -128,7 +128,7 @@ spec: Now run the command to deploy this `MongoDB` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 578e5fa2e..5a5354b51 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: + docs_0.10.0: identifier: mg-quickstart-mongodb name: Quickstart parent: mg-mongodb-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/quickstart/quickstart.md b/docs/guides/mongodb/quickstart/quickstart.md index daf895576..9079cf4a4 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: + docs_0.10.0: identifier: mg-quickstart-quickstart name: Overview parent: mg-quickstart-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mongodb/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/quickstart/demo-1.yaml mongodb.kubedb.com/mgo-quickstart created ``` @@ -424,7 +424,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/docs/examples/mongodb/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 fc92a85a3..24280fb88 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: + docs_0.10.0: identifier: mg-snapshot-mongodb name: Snapshotting parent: mg-mongodb-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mongodb/snapshot/backup-and-restore.md b/docs/guides/mongodb/snapshot/backup-and-restore.md index baa908807..e2e6b4ce9 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: + docs_0.10.0: identifier: mg-backup-and-restore-snapshot name: Instant Backup parent: mg-snapshot-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -38,7 +38,7 @@ This tutorial will show you how to take snapshots of a KubeDB managed MongoDB da $ kubectl create ns demo namespace/demo created - $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-1.yaml + $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/snapshot/demo-1.yaml mongodb.kubedb.com/mgo-infant created ``` @@ -97,7 +97,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mongodb/snapshot/demo-2.yaml snapshot.kubedb.com/snapshot-infant created $ kubedb get snap -n demo @@ -255,7 +255,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-3.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ecc9145e6..fe82fd42d 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: + docs_0.10.0: identifier: mg-scheduled-backup-snapshot name: Scheduled Backup parent: mg-snapshot-mongodb weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -95,7 +95,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mongodb/snapshot/demo-4.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 8832dd0ee..8279b5c3b 100644 --- a/docs/guides/mysql/README.md +++ b/docs/guides/mysql/README.md @@ -1,16 +1,16 @@ --- title: MySQL menu: - docs_0.9.0: + docs_0.10.0: identifier: my-readme-mysql name: MySQL parent: my-mysql-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/mysql/ +url: /docs/0.10.0/guides/mysql/ aliases: - - /docs/0.9.0/guides/mysql/README/ + - /docs/0.10.0/guides/mysql/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/mysql/_index.md b/docs/guides/mysql/_index.md index e97e2166e..f9cffb96c 100644 --- a/docs/guides/mysql/_index.md +++ b/docs/guides/mysql/_index.md @@ -1,10 +1,10 @@ --- title: MySQL menu: - docs_0.9.0: + docs_0.10.0: identifier: my-mysql-guides name: MySQL parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/cli/_index.md b/docs/guides/mysql/cli/_index.md index e461e17ef..fed80dbaf 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: + docs_0.10.0: identifier: my-cli-mysql name: Cli parent: my-mysql-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/cli/cli.md b/docs/guides/mysql/cli/cli.md index 79696f13f..a6a8ec581 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: + docs_0.10.0: identifier: my-cli-cli name: Quickstart parent: my-cli-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/mysql/configuration/_index.md b/docs/guides/mysql/configuration/_index.md index 8639d4134..91e0da65d 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: + docs_0.10.0: identifier: my-custom-config name: Custom Configuration parent: my-mysql-guides weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/configuration/using-CRD-configuration.md b/docs/guides/mysql/configuration/using-CRD-configuration.md index c0a238432..d6240459c 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: + docs_0.10.0: identifier: my-crd-configuration name: Using CRD Config parent: my-custom-config weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -58,7 +58,7 @@ Read about the fields in details in [PodTemplate concept](/docs/concepts/databas ## CRD Configuration -Below is the YAML for the MySQL created in this example. Here, [`spec.podTemplate.spec.env`](/docs/concepts/databases/mysql.md#specpodtemplatespecenv) specifies environment variables and [`spec.podTemplate.spec.args`](/docs/concepts/databases/mysql.md#specpodtemplatespecargs) provides extra arguments for [MySQL Docker Image](https://hub.docker.com/_/mysql/). +Below is the YAML for the MySQL created in this example. Here, [`spec.podTemplate.spec.env`](/docs/concepts/databases/mysql.md#specpodtemplatespecenv) specifies environment variables and [`spec.podTemplate.spec.args`](/docs/concepts/databases/mysql.md#specpodtemplatespecargs) provides extra arguments for [MySQL Docker Image](https://hub.docker.com/_/mysql/). In this tutorial, an initial database `myDB` will be created by providing `env` `MYSQL_DATABASE` while the server character set will be set to `utf8mb4` by adding extra `args`. Note that, `character-set-server` in `MySQL 5.7` is `latin1`. @@ -95,7 +95,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/configuration/mysql-misc-config.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/mysql/quickstart/demo-1.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created ``` @@ -171,7 +171,7 @@ Once, you have connected to the database with phpMyAdmin go to **SQL** tab and r `Snapshot` also has the scope to be configured through `spec.podTemplate`. In this tutorial, an extra argument is passed to snapshot crd so that the backup job uses `--default-character-set=utf8mb4` while taking backup. -Below is the Snapshot CRD that is deployed in this tutorial. Create a secret `my-snap-secret` from [here](/docs/guides/mysql/snapshot/backup-and-restore.md#instant-backups) for snapshot. +Below is the Snapshot CRD that is deployed in this tutorial. Create a secret `my-snap-secret` from [here](/docs/guides/mysql/snapshot/backup-and-restore.md#instant-backups) for snapshot. ```yaml apiVersion: kubedb.com/v1alpha1 @@ -194,7 +194,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/configuration/snapshot-misc-conf.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 47f49d325..43528ab47 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: + docs_0.10.0: identifier: my-custom-config-file name: Using Config File parent: my-custom-config weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mysql/configuration/mysql-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 1745670ae..3dbc50fcf 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: + docs_0.10.0: identifier: my-initialization-mysql name: Initialization parent: my-mysql-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/initialization/using-script.md b/docs/guides/mysql/initialization/using-script.md index 68e1202c9..224408721 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: + docs_0.10.0: identifier: my-using-script-initialization name: Using Script parent: my-initialization-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/mysql/Initialization/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ad78ac138..884708a55 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: + docs_0.10.0: identifier: my-using-snapshot-initialization name: From Snapshot parent: my-initialization-mysql weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mysql/Initialization/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 31285458e..3f06c2308 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: + docs_0.10.0: identifier: my-monitoring-mysql name: Monitoring parent: my-mysql-guides weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/monitoring/using-builtin-prometheus.md b/docs/guides/mysql/monitoring/using-builtin-prometheus.md index cbbcf1007..813b90b98 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: + docs_0.10.0: identifier: my-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: my-monitoring-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -69,7 +69,7 @@ Here, Let's create the MySQL crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/monitoring/builtin-prom-mysql.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/monitoring/builtin-prom-mysql.yaml mysql.kubedb.com/builtin-prom-mysql created ``` @@ -274,7 +274,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md b/docs/guides/mysql/monitoring/using-coreos-prometheus-operator.md index 1bcb15429..99a6b7dfb 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: + docs_0.10.0: identifier: my-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: my-monitoring-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -125,7 +125,7 @@ Here, Let's create the MySQL object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/monitoring/coreos-prom-mysql.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/monitoring/coreos-prom-mysql.yaml mysql.kubedb.com/coreos-prom-mysql created ``` diff --git a/docs/guides/mysql/private-registry/_index.md b/docs/guides/mysql/private-registry/_index.md index 658b4df24..83a78a868 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: + docs_0.10.0: identifier: my-private-registry-mysql name: Private Registry parent: my-mysql-guides weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/private-registry/using-private-registry.md b/docs/guides/mysql/private-registry/using-private-registry.md index 59d96723f..5a9f3cf36 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: + docs_0.10.0: identifier: my-using-private-registry-private-registry name: Quickstart parent: my-private-registry-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -128,7 +128,7 @@ spec: Now run the command to deploy this `MySQL` object: ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 48623c2aa..e5cb7c3cb 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: + docs_0.10.0: identifier: my-quickstart-mysql name: Quickstart parent: my-mysql-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/quickstart/quickstart.md b/docs/guides/mysql/quickstart/quickstart.md index 6f2e34c18..4a866bf6c 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: + docs_0.10.0: identifier: my-quickstart-quickstart name: Overview parent: my-quickstart-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/mysql/quickstart/demo-1.yaml + $ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/quickstart/demo-1.yaml deployment.extensions/myadmin created service/myadmin created @@ -112,7 +112,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/quickstart/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/quickstart/demo-2.yaml mysql.kubedb.com/mysql-quickstart created ``` @@ -379,7 +379,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/docs/examples/mysql/quickstart/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/quickstart/demo-2.yaml mysql.kubedb.com/mysql-quickstart created ``` diff --git a/docs/guides/mysql/snapshot/_index.md b/docs/guides/mysql/snapshot/_index.md index ea3dc21e7..e3dac3cb7 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: + docs_0.10.0: identifier: my-snapshot-mysql name: Snapshotting parent: my-mysql-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/mysql/snapshot/backup-and-restore.md b/docs/guides/mysql/snapshot/backup-and-restore.md index 5c50b1991..87ea3fa7f 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: + docs_0.10.0: identifier: my-backup-and-restore-snapshot name: Instant Backup parent: my-snapshot-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -37,7 +37,7 @@ This tutorial will show you how to take snapshots of a KubeDB managed MySQL data $ kubectl create ns demo namespace/demo created - $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-1.yaml + $ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/snapshot/demo-1.yaml mysql.kubedb.com/mysql-infant created ``` @@ -96,7 +96,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/mysql/snapshot/demo-2.yaml snapshot.kubedb.com/snap-mysql-infant created $ kubedb get snap -n demo @@ -243,7 +243,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-3.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 1d0be0de8..19b3de016 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: + docs_0.10.0: identifier: my-scheduled-backup-snapshot name: Scheduled Backup parent: my-snapshot-mysql weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -90,7 +90,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/mysql/snapshot/demo-4.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 ba268ab57..ed06d6a05 100644 --- a/docs/guides/postgres/README.md +++ b/docs/guides/postgres/README.md @@ -1,16 +1,16 @@ --- title: Postgres menu: - docs_0.9.0: + docs_0.10.0: identifier: pg-readme-postgres name: Postgres parent: pg-postgres-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/postgres/ +url: /docs/0.10.0/guides/postgres/ aliases: - - /docs/0.9.0/guides/postgres/README/ + - /docs/0.10.0/guides/postgres/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/postgres/_index.md b/docs/guides/postgres/_index.md index 0da02b379..694c3e07a 100644 --- a/docs/guides/postgres/_index.md +++ b/docs/guides/postgres/_index.md @@ -1,10 +1,10 @@ --- title: PostgreSQL menu: - docs_0.9.0: + docs_0.10.0: identifier: pg-postgres-guides name: PostgreSQL parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/cli/_index.md b/docs/guides/postgres/cli/_index.md index 097e966fa..bcc02a1e7 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: + docs_0.10.0: identifier: pg-cli-postgres name: CLI parent: pg-postgres-guides weight: 55 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/cli/cli.md b/docs/guides/postgres/cli/cli.md index 916f0b9fa..6f8518f49 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: + docs_0.10.0: identifier: pg-cli-cli name: Quickstart parent: pg-cli-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/postgres/clustering/_index.md b/docs/guides/postgres/clustering/_index.md index 39a93deca..f2b895d76 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: + docs_0.10.0: identifier: pg-clustering-postgres name: Clustering parent: pg-postgres-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/clustering/ha_cluster.md b/docs/guides/postgres/clustering/ha_cluster.md index a32c292d6..01b5dcd04 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: + docs_0.10.0: identifier: pg-ha-cluster-clustering name: HA Setup parent: pg-clustering-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 ca73ec718..de9bd4c6c 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: + docs_0.10.0: identifier: pg-streaming-replication-clustering name: Streaming Replication parent: pg-clustering-postgres weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -98,7 +98,7 @@ Here, Now create this Postgres object with Streaming Replication support ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/clustering/ha-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/clustering/ha-postgres.yaml postgres.kubedb.com/ha-postgres created ``` @@ -324,7 +324,7 @@ Here, Now create this Postgres object ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/clustering/hot-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 aa8be47a1..82b21dc6c 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: + docs_0.10.0: identifier: pg-custom-config name: Custom Configuration parent: pg-postgres-guides weight: 40 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/custom-config/using-custom-config.md b/docs/guides/postgres/custom-config/using-custom-config.md index 52b0298cf..bdb8b6889 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: + docs_0.10.0: identifier: pg-custom-config-quickstart name: Quickstart parent: pg-custom-config weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -53,7 +53,7 @@ shared_buffers=256MB Now, create a configMap with this configuration file. ```console -$ kubectl create configmap -n demo pg-custom-config --from-literal=user.conf="$(curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/custom-config/user.conf)" +$ kubectl create configmap -n demo pg-custom-config --from-literal=user.conf="$(curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/custom-config/user.conf)" configmap/pg-custom-config created ``` @@ -79,7 +79,7 @@ metadata: Now, create Postgres crd specifying `spec.configSource` field. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/custom-config/pg-custom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 7256b88c2..e04170c7b 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: + docs_0.10.0: identifier: pg-custom-versions-postgres name: Custom Versions parent: pg-postgres-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/custom-versions/setup.md b/docs/guides/postgres/custom-versions/setup.md index cb8852f4f..32b186d01 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: + docs_0.10.0: identifier: pg-custom-versions-setup-postgres name: Overview parent: pg-custom-versions-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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 52521cd1d..07881bd10 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: + docs_0.10.0: identifier: pg-initialization-postgres name: Initialization parent: pg-postgres-guides weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/initialization/pitr.md b/docs/guides/postgres/initialization/pitr.md index 6b8dbd9d9..57b24e389 100644 --- a/docs/guides/postgres/initialization/pitr.md +++ b/docs/guides/postgres/initialization/pitr.md @@ -1,12 +1,12 @@ --- title: Point-in-Time Recovery (PITR) | Postgres menu: - docs_0.9.0: + docs_0.10.0: identifier: pg-pitr name: Point-in-Time Recovery parent: pg-initialization-postgres weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -99,7 +99,7 @@ We have configured the above database to continuously backup WAL logs into `kube Let's create the database we have shown above, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/pitr/pg-original.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/initialization/pitr/pg-original.yaml postgres.kubedb.com/pg-original created ``` @@ -220,7 +220,7 @@ spec: Let's create the above Postgres crd, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/pitr/pitr-1.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/initialization/pitr/pitr-1.yaml postgres.kubedb.com/pitr-1 created ``` @@ -287,7 +287,7 @@ spec: Let's create the above Postgres crd, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/initialization/pitr/pitr-2.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/initialization/pitr/pitr-2.yaml postgres.kubedb.com/pitr-2 created ``` diff --git a/docs/guides/postgres/initialization/script_source.md b/docs/guides/postgres/initialization/script_source.md index fd3bb836c..5956b98e2 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: + docs_0.10.0: identifier: pg-script-source-initialization name: Using Script parent: pg-initialization-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/postgres/initialization/script-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/initialization/script-postgres.yaml postgres.kubedb.com/script-postgres created ``` @@ -120,7 +120,7 @@ Volume: Capacity: 1Gi Access Modes: RWO -StatefulSet: +StatefulSet: Name: script-postgres CreationTimestamp: Fri, 21 Sep 2018 15:53:28 +0600 Labels: kubedb.com/kind=Postgres @@ -129,7 +129,7 @@ StatefulSet: Replicas: 824638467136 desired | 1 total Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed -Service: +Service: Name: script-postgres Labels: kubedb.com/kind=Postgres kubedb.com/name=script-postgres @@ -140,7 +140,7 @@ Service: TargetPort: api/TCP Endpoints: 192.168.1.31:5432 -Service: +Service: Name: script-postgres-replicas Labels: kubedb.com/kind=Postgres kubedb.com/name=script-postgres @@ -156,9 +156,9 @@ Database Secret: Labels: kubedb.com/kind=Postgres kubedb.com/name=script-postgres Annotations: - + Type: Opaque - + Data ==== POSTGRES_PASSWORD: 16 bytes diff --git a/docs/guides/postgres/initialization/snapshot_source.md b/docs/guides/postgres/initialization/snapshot_source.md index f79aa06c8..c56403d70 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: + docs_0.10.0: identifier: pg-snapshot-source-initialization name: From Snapshot parent: pg-initialization-postgres weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/postgres/initialization/recovered-postgres.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 62a3ec212..d6ae53270 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: + docs_0.10.0: identifier: pg-wal-source-initialization name: From WAL parent: pg-initialization-postgres weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -57,9 +57,9 @@ Type "help" for help. # list available databases postgres=# \l List of databases - Name | Owner | Encoding | Collate | Ctype | Access privileges + Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+------------+------------+----------------------- - postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 | + postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 | template0 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres + @@ -77,7 +77,7 @@ CREATE TABLE # list tables postgres=# \d List of relations - Schema | Name | Type | Owner + Schema | Name | Type | Owner --------+---------+-------+---------- public | company | table | postgres @@ -146,7 +146,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/docs/examples/postgres/initialization/replay-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/initialization/replay-postgres.yaml postgres.kubedb.com/replay-postgres created ``` @@ -168,9 +168,9 @@ Type "help" for help. # list available databases postgres=# \l List of databases - Name | Owner | Encoding | Collate | Ctype | Access privileges + Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+------------+------------+----------------------- - postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 | + postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 | template0 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres + @@ -184,7 +184,7 @@ You are now connected to database "postgres" as user "postgres". # list tables postgres=# \d List of relations - Schema | Name | Type | Owner + Schema | Name | Type | Owner --------+---------+-------+---------- public | company | table | postgres (1 row) diff --git a/docs/guides/postgres/monitoring/_index.md b/docs/guides/postgres/monitoring/_index.md index 806ce07bc..81d104ecf 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: + docs_0.10.0: identifier: pg-monitoring-postgres name: Monitoring parent: pg-postgres-guides weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/monitoring/using-builtin-prometheus.md b/docs/guides/postgres/monitoring/using-builtin-prometheus.md index 436833d64..cb3e53d39 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: + docs_0.10.0: identifier: pg-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: pg-monitoring-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -69,7 +69,7 @@ Here, Let's create the PostgreSQL crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/monitoring/builtin-prom-postgres.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/monitoring/builtin-prom-postgres.yaml postgres.kubedb.com/builtin-prom-postgres created ``` @@ -275,7 +275,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md b/docs/guides/postgres/monitoring/using-coreos-prometheus-operator.md index 6c1c06a9e..f1c113e9b 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: + docs_0.10.0: identifier: pg-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: pg-monitoring-postgres weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -124,7 +124,7 @@ Here, Let's create the PostgreSQL object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/monitoring/coreos-prom-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/monitoring/coreos-prom-postgres.yaml postgresql.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 003556da0..3011318d2 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: + docs_0.10.0: identifier: pg-private-registry-postgres name: Private Registry parent: pg-postgres-guides weight: 35 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/private-registry/using-private-registry.md b/docs/guides/postgres/private-registry/using-private-registry.md index 20cd4d02a..cb9038ab3 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: + docs_0.10.0: identifier: pg-using-private-registry-private-registry name: Quickstart parent: pg-private-registry-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -145,7 +145,7 @@ spec: Now run the command to create this Postgres object: ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/private-registry/pvt-reg-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 0e9b8035c..99aa43e7f 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: + docs_0.10.0: identifier: pg-quickstart-postgres name: Quickstart parent: pg-postgres-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/quickstart/quickstart.md b/docs/guides/postgres/quickstart/quickstart.md index e6e1048b1..1fba54398 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: + docs_0.10.0: identifier: pg-quickstart-quickstart name: Overview parent: pg-quickstart-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -43,7 +43,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/docs/examples/postgres/quickstart/pgadmin.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/quickstart/pgadmin.yaml deployment.apps/pgadmin created service/pgadmin created @@ -138,7 +138,7 @@ Here, Let's create Postgres crd, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres.kubedb.com/quick-postgres created ``` @@ -427,7 +427,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/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres.kubedb.com/quick-postgres created ``` @@ -436,7 +436,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/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 23c017784..7c4566403 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: + docs_0.10.0: identifier: pg-rbac-quickstart name: RBAC parent: pg-quickstart-postgres weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -65,7 +65,7 @@ spec: Create above Postgres object with following command ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/quickstart/quick-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/quickstart/quick-postgres.yaml postgres.kubedb.com/quick-postgres created ``` diff --git a/docs/guides/postgres/snapshot/_index.md b/docs/guides/postgres/snapshot/_index.md index b6b08231a..ee54935d1 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: + docs_0.10.0: identifier: pg-snapshot-postgres name: Snapshotting parent: pg-postgres-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/postgres/snapshot/continuous_archiving.md b/docs/guides/postgres/snapshot/continuous_archiving.md index 667f5ad9e..e73e0ea4e 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: + docs_0.10.0: identifier: pg-continuous-archiving-snapshot name: WAL Archiving parent: pg-snapshot-postgres weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -139,7 +139,7 @@ To configure s3 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/docs/examples/postgres/snapshot/wal-postgres.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/snapshot/wal-postgres.yaml postgres.kubedb.com/wal-postgres created ``` diff --git a/docs/guides/postgres/snapshot/instant_backup.md b/docs/guides/postgres/snapshot/instant_backup.md index da12702ed..a9c72dc4e 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: + docs_0.10.0: identifier: pg-instant-backup-snapshot name: Instant Backup parent: pg-snapshot-postgres weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/postgres/snapshot/instant-snapshot.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 625b6e4b4..fb37343e9 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: + docs_0.10.0: identifier: pg-scheduled-backup-snapshot name: Scheduled Backup parent: pg-snapshot-postgres weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > Don't know how backup works? Check [tutorial](/docs/guides/postgres/snapshot/instant_backup.md) on Instant Backup. @@ -89,7 +89,7 @@ Here, Let's create a Postgres crd with backupSchedule, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/postgres/snapshot/scheduled-pg.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/postgres/snapshot/scheduled-pg.yaml postgres.kubedb.com/scheduled-pg created ``` diff --git a/docs/guides/postgres/upgrade-manual.md b/docs/guides/postgres/upgrade-manual.md index 9302051e5..0239874a8 100644 --- a/docs/guides/postgres/upgrade-manual.md +++ b/docs/guides/postgres/upgrade-manual.md @@ -1,12 +1,12 @@ --- title: Upgrade Manual menu: - docs_0.9.0: + docs_0.10.0: identifier: pg-upgrade-manual name: Overview parent: pg-postgres-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/redis/README.md b/docs/guides/redis/README.md index 9cf813a35..a910c07ae 100644 --- a/docs/guides/redis/README.md +++ b/docs/guides/redis/README.md @@ -1,16 +1,16 @@ --- title: Redis menu: - docs_0.9.0: + docs_0.10.0: identifier: rd-readme-redis name: Redis parent: rd-redis-guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides -url: /docs/0.9.0/guides/redis/ +url: /docs/0.10.0/guides/redis/ aliases: - - /docs/0.9.0/guides/redis/README/ + - /docs/0.10.0/guides/redis/README/ --- > New to KubeDB? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/redis/_index.md b/docs/guides/redis/_index.md index 9098694b8..574a1e2be 100644 --- a/docs/guides/redis/_index.md +++ b/docs/guides/redis/_index.md @@ -1,10 +1,10 @@ --- title: Redis menu: - docs_0.9.0: + docs_0.10.0: identifier: rd-redis-guides name: Redis parent: guides weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/cli/_index.md b/docs/guides/redis/cli/_index.md index 1d8e85853..8a2744cc0 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: + docs_0.10.0: identifier: rd-cli-redis name: Cli parent: rd-redis-guides weight: 45 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/cli/cli.md b/docs/guides/redis/cli/cli.md index 220699d90..85fe843c0 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: + docs_0.10.0: identifier: rd-cli-cli name: Quickstart parent: rd-cli-redis weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/redis/clustering/_index.md b/docs/guides/redis/clustering/_index.md index 355b06a14..9134e81bc 100755 --- a/docs/guides/redis/clustering/_index.md +++ b/docs/guides/redis/clustering/_index.md @@ -1,10 +1,10 @@ --- title: Redis Clustering menu: - docs_0.9.0: + docs_0.10.0: identifier: rd-clustering-redis name: Clustering parent: rd-redis-guides weight: 17 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/clustering/overview.md b/docs/guides/redis/clustering/overview.md index 26eb0b453..7ad0725e5 100644 --- a/docs/guides/redis/clustering/overview.md +++ b/docs/guides/redis/clustering/overview.md @@ -1,12 +1,12 @@ --- title: Redis Cluster Overview menu: - docs_0.9.0: + docs_0.10.0: identifier: rd-clustering-overview name: Overview parent: rd-clustering-redis weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- diff --git a/docs/guides/redis/clustering/redis-cluster.md b/docs/guides/redis/clustering/redis-cluster.md index 63a9d3351..7c66e90bd 100644 --- a/docs/guides/redis/clustering/redis-cluster.md +++ b/docs/guides/redis/clustering/redis-cluster.md @@ -1,12 +1,12 @@ --- title: Redis Cluster Guide menu: - docs_0.9.0: + docs_0.10.0: identifier: rd-cluster name: Clustering Guide parent: rd-clustering-redis weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -67,7 +67,7 @@ spec: ``` ```console -$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/clustering/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/redis/clustering/demo-1.yaml redis.kubedb.com/redis-cluster created ``` diff --git a/docs/guides/redis/custom-config/_index.md b/docs/guides/redis/custom-config/_index.md index c2fe6d9e0..d3da402d6 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: + docs_0.10.0: identifier: rd-custom-config name: Custom Configuration parent: rd-redis-guides weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/custom-config/using-custom-config.md b/docs/guides/redis/custom-config/using-custom-config.md index 9c18430c2..b4ff83ab2 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: + docs_0.10.0: identifier: rd-custom-config-quickstart name: Quickstart parent: rd-custom-config weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/redis/custom-config/redis-custom.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 4bb1699a1..860d18ede 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: + docs_0.10.0: identifier: rd-monitoring-redis name: Monitoring parent: rd-redis-guides weight: 25 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/monitoring/using-builtin-prometheus.md b/docs/guides/redis/monitoring/using-builtin-prometheus.md index bbf97bba7..b1bde0545 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: + docs_0.10.0: identifier: rd-using-builtin-prometheus-monitoring name: Builtin Prometheus Discovery parent: rd-monitoring-redis weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- @@ -69,7 +69,7 @@ Here, Let's create the Redis crd we have shown above. ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/monitoring/builtin-prom-redis.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/redis/monitoring/builtin-prom-redis.yaml redis.kubedb.com/builtin-prom-redis created ``` @@ -274,7 +274,7 @@ data: Let's create above `ConfigMap`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/builtin-prometheus/prom-config.yaml configmap/prometheus-config created ``` diff --git a/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md b/docs/guides/redis/monitoring/using-coreos-prometheus-operator.md index 1b46f4fa4..27ba5e613 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: + docs_0.10.0: identifier: rd-using-coreos-prometheus-operator-monitoring name: Coreos Prometheus Operator parent: rd-monitoring-redis weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: guides --- > New to KubeDB? Please start [here](/docs/concepts/README.md). @@ -124,7 +124,7 @@ Here, Let's create the Redis object that we have shown above, ```console -$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/redis/monitoring/coreos-prom-redis.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/redis/monitoring/coreos-prom-redis.yaml redis.kubedb.com/coreos-prom-redis created ``` diff --git a/docs/guides/redis/private-registry/_index.md b/docs/guides/redis/private-registry/_index.md index 475bcc93f..0da869eee 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: + docs_0.10.0: identifier: rd-private-registry-redis name: Private Registry parent: rd-redis-guides weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/private-registry/using-private-registry.md b/docs/guides/redis/private-registry/using-private-registry.md index 3d06c7bd7..924c6d0f3 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: + docs_0.10.0: identifier: rd-using-private-registry-private-registry name: Quickstart parent: rd-private-registry-redis weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/redis/private-registry/demo-2.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 9a1c67fbb..0c307d459 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: + docs_0.10.0: identifier: rd-quickstart-redis name: Quickstart parent: rd-redis-guides weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/guides/redis/quickstart/quickstart.md b/docs/guides/redis/quickstart/quickstart.md index 0325a3038..59ec41aac 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: + docs_0.10.0: identifier: rd-quickstart-quickstart name: Overview parent: rd-quickstart-redis weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/docs/examples/redis/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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/docs/examples/redis/quickstart/demo-1.yaml +$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.10.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 fe09eb5f0..756678e1d 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: + docs_0.10.0: identifier: reference name: Reference weight: 1000 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/reference/kubedb.md b/docs/reference/kubedb.md index 088bfa5d3..b338314c1 100644 --- a/docs/reference/kubedb.md +++ b/docs/reference/kubedb.md @@ -1,16 +1,16 @@ --- title: Kubedb menu: - docs_0.9.0: + docs_0.10.0: identifier: kubedb name: Kubedb parent: reference weight: 0 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference aliases: - - /docs/0.9.0/reference/ + - /docs/0.10.0/reference/ --- ## kubedb diff --git a/docs/reference/kubedb_api-resources.md b/docs/reference/kubedb_api-resources.md index 658580354..059e7f6c5 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: + docs_0.10.0: identifier: kubedb-api-resources name: Kubedb Api-Resources parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb api-resources diff --git a/docs/reference/kubedb_create.md b/docs/reference/kubedb_create.md index 770546354..9913e049a 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: + docs_0.10.0: identifier: kubedb-create name: Kubedb Create parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb create diff --git a/docs/reference/kubedb_delete.md b/docs/reference/kubedb_delete.md index f78126468..e0981d3e9 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: + docs_0.10.0: identifier: kubedb-delete name: Kubedb Delete parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb delete diff --git a/docs/reference/kubedb_describe.md b/docs/reference/kubedb_describe.md index ce789b394..85fa8898a 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: + docs_0.10.0: identifier: kubedb-describe name: Kubedb Describe parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb describe diff --git a/docs/reference/kubedb_edit.md b/docs/reference/kubedb_edit.md index 2326354b3..a108625d5 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: + docs_0.10.0: identifier: kubedb-edit name: Kubedb Edit parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb edit diff --git a/docs/reference/kubedb_get.md b/docs/reference/kubedb_get.md index 29ec69057..0541b5bf9 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: + docs_0.10.0: identifier: kubedb-get name: Kubedb Get parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb get diff --git a/docs/reference/kubedb_version.md b/docs/reference/kubedb_version.md index 1cf427b84..1955271dd 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: + docs_0.10.0: identifier: kubedb-version name: Kubedb Version parent: reference -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: reference --- ## kubedb version diff --git a/docs/setup/README.md b/docs/setup/README.md index 1acf9d2b4..2cbcec4d4 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: + docs_0.10.0: identifier: setup-readme name: Readme parent: setup weight: -1 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup -url: /docs/0.9.0/setup/ +url: /docs/0.10.0/setup/ aliases: - - /docs/0.9.0/setup/README/ + - /docs/0.10.0/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index 3b9867310..7a37c1fb2 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | KubeDB menu: - docs_0.9.0: + docs_0.10.0: identifier: setup name: Setup weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index 047822090..2489e6391 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: + docs_0.10.0: identifier: developer-guide name: Developer Guide parent: setup weight: 50 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index 5a389f4c9..20dd12b2f 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: + docs_0.10.0: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup aliases: - - /docs/0.9.0/setup/developer-guide/ + - /docs/0.10.0/setup/developer-guide/ --- # Development Guide diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index 605d97446..023ff1d56 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: + docs_0.10.0: identifier: developer-guide-release name: Release Process parent: developer-guide weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup --- diff --git a/docs/setup/install.md b/docs/setup/install.md index 35385fe3b..eede62dca 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -1,12 +1,12 @@ --- title: Install menu: - docs_0.9.0: + docs_0.10.0: identifier: install-kubedb name: Install parent: setup weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/hack/deploy/kubedb.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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/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.10.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/hack/deploy/kubedb.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/hack/deploy/kubedb.sh \ | bash -s -- --enable-validating-webhook=false --enable-mutating-webhook=false [--rbac] ``` -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.10.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 or later installs a catalog of database versions. To disable this pass the `--install-catalog=none` flag. +KubeDB 0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/hack/deploy/kubedb.sh \ | bash -s -- --install-catalog=none [--rbac] ``` @@ -128,12 +128,12 @@ KubeDB can be installed via [Helm](https://helm.sh/) using the [chart](https://g $ 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 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 +NAME CHART VERSION APP VERSION DESCRIPTION +appscode/kubedb 0.10.0 0.10.0 KubeDB by AppsCode - Production ready databases on Kubern... +appscode/kubedb-catalog 0.10.0 0.10.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 \ +$ helm install appscode/kubedb --name kubedb-operator --version 0.10.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 \ +$ helm install appscode/kubedb-catalog --name kubedb-catalog --version 0.10.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 \ +$ helm upgrade kubedb-catalog appscode/kubedb-catalog --version 0.10.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/kubedb-linux-amd64 \ +wget -O kubedb https://github.com/kubedb/cli/releases/download/0.10.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/kubedb-darwin-amd64 \ +wget -O kubedb https://github.com/kubedb/cli/releases/download/0.10.0/kubedb-darwin-amd64 \ && chmod +x kubedb \ && sudo mv kubedb /usr/local/bin/ ``` diff --git a/docs/setup/monitoring/_index.md b/docs/setup/monitoring/_index.md index 5eac22f6b..bf4a4a9e3 100644 --- a/docs/setup/monitoring/_index.md +++ b/docs/setup/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring KubeDB operator menu: - docs_0.9.0: + docs_0.10.0: identifier: operator-monitoring name: Operator Monitoring parent: setup weight: 40 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 --- diff --git a/docs/setup/monitoring/builtin.md b/docs/setup/monitoring/builtin.md index 99fec1ae3..fedcfdbaf 100644 --- a/docs/setup/monitoring/builtin.md +++ b/docs/setup/monitoring/builtin.md @@ -1,15 +1,15 @@ --- title: Monitoring KubeDB Operator with builtin Prometheus menu: - docs_0.9.0: + docs_0.10.0: identifier: operator-monitoring-builtin name: Builtin Prometheus parent: operator-monitoring weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup aliases: - - /docs/0.9.0/setup/operator-monitoring/ + - /docs/0.10.0/setup/operator-monitoring/ --- # Monitoring KubeDB Operator with builtin Prometheus @@ -38,7 +38,7 @@ Let's install KubeDB with operator monitoring enabled. **Script:** ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/hack/deploy/kubedb.sh | bash -s -- \ --monitoring-enable=true \ --monitoring-agent=prometheus.io/builtin \ --prometheus-namespace=monitoring \ @@ -48,7 +48,7 @@ $ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kube **Helm:** ```console -$ helm install appscode/kubedb --name kubedb-operator --version 0.9.0 --namespace kube-system \ +$ helm install appscode/kubedb --name kubedb-operator --version 0.10.0 --namespace kube-system \ --set monitoring.enabled=true \ --set monitoring.agent=prometheus.io/builtin \ --set monitoring.prometheus.namespace=monitoring \ @@ -296,7 +296,7 @@ data: Let's create the ConfigMap we have shown above, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/operator/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/operator/prom-config.yaml configmap/kubedb-operator-prom-config created ``` @@ -372,7 +372,7 @@ Notice that, we have mounted `kubedb-operator-apiserver-cert` secret as a volume Now, let's create the deployment, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/operator/prom-deploy.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/operator/prom-deploy.yaml deployment.apps/prometheus created ``` diff --git a/docs/setup/monitoring/coreos.md b/docs/setup/monitoring/coreos.md index 154c3128c..dae2a8d63 100644 --- a/docs/setup/monitoring/coreos.md +++ b/docs/setup/monitoring/coreos.md @@ -1,15 +1,15 @@ --- title: Monitoring KubeDB Operator Using CoreOS Prometheus Operator menu: - docs_0.9.0: + docs_0.10.0: identifier: operator-monitoring-coreos name: Prometheus Operator parent: operator-monitoring weight: 30 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup aliases: - - /docs/0.9.0/setup/operator-monitoring/ + - /docs/0.10.0/setup/operator-monitoring/ --- # Monitoring KubeDB Operator Using CoreOS Prometheus Operator @@ -38,7 +38,7 @@ Let's install KubeDB operator with monitoring enabled. **Script:** ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/hack/deploy/kubedb.sh | bash -s -- \ --monitoring-enable=true \ --monitoring-agent=prometheus.io/coreos-operator \ --prometheus-namespace=monitoring \ @@ -48,7 +48,7 @@ $ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kube **Helm:** ```console -$ helm install appscode/kubedb --name kubedb-operator --version 0.9.0 --namespace kube-system \ +$ helm install appscode/kubedb --name kubedb-operator --version 0.10.0 --namespace kube-system \ --set monitoring.enabled=true \ --set monitoring.agent=prometheus.io/coreos-operator \ --set monitoring.prometheus.namespace=monitoring \ @@ -184,7 +184,7 @@ Here, `spec.serviceMonitorSelector` is used to select the `ServiceMonitor` crd t Let's create the `Prometheus` object we have shown above, ```console -$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0/docs/examples/monitoring/operator/prometheus.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.10.0/docs/examples/monitoring/operator/prometheus.yaml prometheus.monitoring.coreos.com/prometheus created ``` diff --git a/docs/setup/monitoring/overview.md b/docs/setup/monitoring/overview.md index e365ca17f..a8fef155d 100644 --- a/docs/setup/monitoring/overview.md +++ b/docs/setup/monitoring/overview.md @@ -1,15 +1,15 @@ --- title: Monitoring KubeDB Operator menu: - docs_0.9.0: + docs_0.10.0: identifier: operator-monitoring-overview name: Overview parent: operator-monitoring weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: setup aliases: - - /docs/0.9.0/setup/operator-monitoring/ + - /docs/0.10.0/setup/operator-monitoring/ --- # Monitoring KubeDB Operator @@ -102,7 +102,7 @@ You have to provides these flags while installing or upgrading or updating KubeD **Helm:** ```console -$ helm install appscode/kubedb --name kubedb-operator --version 0.9.0 --namespace kube-system \ +$ helm install appscode/kubedb --name kubedb-operator --version 0.10.0 --namespace kube-system \ --set monitoring.enabled=true \ --set monitoring.agent=prometheus.io/coreos-operator \ --set monitoring.prometheus.namespace=monitoring \ @@ -112,7 +112,7 @@ $ helm install appscode/kubedb --name kubedb-operator --version 0.9.0 --namespac **Script:** ```console -$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/hack/deploy/kubedb.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.0/hack/deploy/kubedb.sh | bash -s -- \ --monitoring-enable=true \ --monitoring-agent=prometheus.io/coreos-operator \ --prometheus-namespace=monitoring \ diff --git a/docs/setup/uninstall.md b/docs/setup/uninstall.md index 92bed9377..e80434ad4 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -1,12 +1,12 @@ --- title: KubeDB Uninstall menu: - docs_0.9.0: + docs_0.10.0: identifier: uninstall-kubedb name: Uninstall parent: setup weight: 20 -menu_name: docs_0.9.0 +menu_name: docs_0.10.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/hack/deploy/kubedb.sh \ +$ curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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 fcb5917f7..0999f8edf 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: + docs_0.10.0: identifier: roadmap-cli name: status parent: welcome weight: 15 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: welcome -url: /docs/0.9.0/welcome/status/ +url: /docs/0.10.0/welcome/status/ aliases: - - /docs/0.9.0/status/ + - /docs/0.10.0/status/ --- # Project Status diff --git a/docs/support.md b/docs/support.md index ab71691da..c32d543a2 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,16 +2,16 @@ title: Support | KubeDB description: Support menu: - docs_0.9.0: + docs_0.10.0: identifier: support-cli name: Support parent: welcome weight: 10 -menu_name: docs_0.9.0 +menu_name: docs_0.10.0 section_menu_id: welcome -url: /docs/0.9.0/welcome/support/ +url: /docs/0.10.0/welcome/support/ aliases: - - /docs/0.9.0/support/ + - /docs/0.10.0/support/ --- # Support diff --git a/hack/deploy/kubedb.sh b/hack/deploy/kubedb.sh index 5b316d130..647d5cf0b 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 +export KUBEDB_OPERATOR_TAG=0.10.0 export KUBEDB_OPERATOR_NAME=operator export KUBEDB_IMAGE_PULL_SECRET= export KUBEDB_IMAGE_PULL_POLICY=IfNotPresent @@ -143,7 +143,7 @@ export KUBEDB_USE_KUBEAPISERVER_FQDN_FOR_AKS=true export KUBEDB_PRIORITY_CLASS=system-cluster-critical export APPSCODE_ENV=${APPSCODE_ENV:-prod} -export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.9.0/" +export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.10.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 1b18003ab..9bfbda922 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "0.9.0" + version = "0.10.0" ) var (