Skip to content

Commit

Permalink
Prepare docs for 0.9.0-beta.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 20, 2018
1 parent 8069970 commit 7dca5c1
Show file tree
Hide file tree
Showing 81 changed files with 194 additions and 183 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Please pick a version of KubeDB that matches your Kubernetes installation.

| KubeDB Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------|-------------------------------------------------------------|--------------------|
| [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + |
| [0.9.0-beta.0](https://github.com/kubedb/cli/releases/tag/0.9.0-beta.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.9.0-beta.0/) | 1.9.x + (for qa) |
| [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + |
| [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |

## Installation
Expand Down
4 changes: 2 additions & 2 deletions chart/kubedb-catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'KubeDB Catalog by AppsCode - Catalog for database versions'
name: kubedb-catalog
version: 0.8.0
appVersion: 0.8.0
version: 0.9.0-beta.0
appVersion: 0.9.0-beta.0
home: https://github.com/kubedb/cli
icon: https://cdn.appscode.com/images/icon/kubedb.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions chart/kubedb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'KubeDB by AppsCode - Production ready databases on Kubernetes'
name: kubedb
version: 0.8.0
appVersion: 0.8.0
version: 0.9.0-beta.0
appVersion: 0.9.0-beta.0
home: https://github.com/kubedb/cli
icon: https://cdn.appscode.com/images/icon/kubedb.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table lists the configurable parameters of the KubeDB chart and th
| `replicaCount` | Number of kubedb operator replicas to create (only 1 is supported) | `1` |
| `kubedb.registry` | Docker registry used to pull Kubedb operator image | `kubedb` |
| `kubedb.repository` | Kubedb operator container image | `operator` |
| `kubedb.tag` | Kubedb operator container image tag | `0.8.0` |
| `kubedb.tag` | Kubedb operator container image tag | `0.9.0-beta.0` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `criticalAddon` | If true, installs KubeDB operator as critical addon | `false` |
Expand Down
2 changes: 1 addition & 1 deletion chart/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
kubedb:
registry: kubedb
repository: operator
tag: 0.8.0
tag: 0.9.0-beta.0
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
Expand Down
13 changes: 7 additions & 6 deletions docs/guides/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ aliases:

## Supported Elasticsearch Version

| KubeDB Version | Elasticsearch:2.3 | Elasticsearch:5.6 | Elasticsearch:6.2 |
|----------------|:-----------------:|:-----------------:|:-----------------:|
| 0.1.0 - 0.7.0 | ✓ | ✗ | ✗ |
| 0.8.0-beta.2 | ✗ | ✓ | ✗ |
| 0.8.0-rc.0 | ✗ | ✓ | ✗ |
| 0.8.0 | ✗ | ✓ | ✓ |
| KubeDB Version | Elasticsearch:2.3 | Elasticsearch:5.6 | Elasticsearch:6.2 | Elasticsearch:6.2 |
|----------------|:-----------------:|:-----------------:|:-----------------:|:-----------------:|
| 0.1.0 - 0.7.0 | ✓ | ✗ | ✗ | ✗ |
| 0.8.0-beta.2 | ✗ | ✓ | ✗ | ✗ |
| 0.8.0-rc.0 | ✗ | ✓ | ✗ | ✗ |
| 0.8.0 | ✗ | ✓ | ✓ | ✓ |
| 0.9.0-beta.0 | ✗ | ✓ | ✓ | ✓ |

## External tools dependency

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/clustering/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Here,
Create example above with following command

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/clustering/multi-node-es.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/clustering/multi-node-es.yaml
elasticsearch "multi-node-es" created
```

Expand Down Expand Up @@ -159,7 +159,7 @@ Here,
Lets create this Elasticsearch object

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/clustering/topology-es.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/clustering/topology-es.yaml
elasticsearch "topology-es" created
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/custom-config/with-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ metadata:
Now, create an Elasticsearch crd with topology specified,

```console
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/custom-config/es-custom-with-topology.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/custom-config/es-custom-with-topology.yaml
elasticsearch.kubedb.com/custom-elasticsearch created
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ metadata:
Now, create an Elasticsearch crd without topology,

```console
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/custom-config/es-custom.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/custom-config/es-custom.yaml
elasticsearch.kubedb.com/custom-elasticsearch created
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/initialization/snapshot_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow these steps to prepare this tutorial
- Create Elasticsearch object `infant-elasticsearch`, if not exists.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml
elasticsearch "infant-elasticsearch" created
```

Expand Down Expand Up @@ -124,7 +124,7 @@ instant-snapshot es/infant-elasticsearch Succeeded 2m
Now, create the Elasticsearch object.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/initialization/recovered-es.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/initialization/recovered-es.yaml
elasticsearch "recovered-es" created
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/kibana/connect-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ metadata:
Now, create Elasticsearch crd specifying `spec.databaseSecret` and `spec.configSource` field.

```console
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/kibana/es-kibana-demo.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/kibana/es-kibana-demo.yaml
elasticsearch.kubedb.com/es-kibana-demo created
```

Expand Down Expand Up @@ -366,7 +366,7 @@ configmap/kibana-config created

Finally, deploy Kibana deployment,
```console
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/kibana/kibana-deployment.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/kibana/kibana-deployment.yaml
deployment.apps/kibana created
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Here,
Run following command to create example above.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/monitoring/builtin-prom-es.yaml
elasticsearch "builtin-prom-es" created
```

Expand Down Expand Up @@ -179,7 +179,7 @@ data:
Create above ConfigMap

```console
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/monitoring/builtin-prometheus/demo-1.yaml
configmap "prometheus-server-conf" created
```

Expand Down Expand Up @@ -226,7 +226,7 @@ spec:
Run the following command to deploy prometheus-server

```console
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/monitoring/builtin-prometheus/demo-2.yaml
clusterrole "prometheus-server" created
serviceaccount "prometheus-server" created
clusterrolebinding "prometheus-server" created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This tutorial assumes that you are familiar with Elasticsearch concept.
Run the following command to deploy CoreOS-Prometheus operator.

```console
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/monitoring/coreos-operator/demo-0.yaml
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/monitoring/coreos-operator/demo-0.yaml
clusterrole "prometheus-operator" created
serviceaccount "prometheus-operator" created
clusterrolebinding "prometheus-operator" created
Expand Down Expand Up @@ -69,7 +69,7 @@ servicemonitors.monitoring.coreos.com 3m
Once the Prometheus CRDs are registered, run the following command to create a Prometheus.

```console
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/monitoring/coreos-operator/demo-1.yaml
$ kubectl create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/monitoring/coreos-operator/demo-1.yaml
clusterrole "prometheus" created
serviceaccount "prometheus" created
clusterrolebinding "prometheus" created
Expand Down Expand Up @@ -146,7 +146,7 @@ Here,
Now create this Elasticsearch object with monitoring spec

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/monitoring/coreos-prom-es.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/monitoring/coreos-prom-es.yaml
elasticsearch "coreos-prom-es" created
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For Elasticsearch, push the following images to your private registry.
```console
$ export DOCKER_REGISTRY=<your-registry>

$ docker pull kubedb/operator:0.8.0 ; docker tag kubedb/operator:0.8.0 $DOCKER_REGISTRY/operator:0.8.0 ; docker push $DOCKER_REGISTRY/operator:0.8.0
$ docker pull kubedb/operator:0.9.0-beta.0 ; docker tag kubedb/operator:0.9.0-beta.0 $DOCKER_REGISTRY/operator:0.9.0-beta.0 ; docker push $DOCKER_REGISTRY/operator:0.9.0-beta.0
$ docker pull kubedb/elasticsearch:5.6 ; docker tag kubedb/elasticsearch:5.6 $DOCKER_REGISTRY/elasticsearch:5.6 ; docker push $DOCKER_REGISTRY/elasticsearch:5.6
$ docker pull kubedb/elasticsearch-tools:5.6 ; docker tag kubedb/elasticsearch-tools:5.6 $DOCKER_REGISTRY/elasticsearch-tools:5.6 ; docker push $DOCKER_REGISTRY/elasticsearch-tools:5.6
```
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
Now run the command to deploy this Elasticsearch object:
```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/private-registry/private-registry.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/private-registry/private-registry.yaml
elasticsearch "pvt-reg-elasticsearch" created
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here,
Create example above with following command

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml
elasticsearch "quick-elasticsearch" created
```

Expand Down Expand Up @@ -432,7 +432,7 @@ In this tutorial, the DormantDatabase `quick-elasticsearch` can be resumed by cr
The below command will resume the DormantDatabase `quick-elasticsearch`

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/quickstart/quick-elasticsearch.yaml
elasticsearch "quick-elasticsearch" created
```

Expand Down
12 changes: 6 additions & 6 deletions docs/guides/elasticsearch/search-guard/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You need to follow these steps
1. Get root certificate configuration file

```console
$ wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-ca.ini
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-ca.ini
```

```ini
Expand Down Expand Up @@ -144,7 +144,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.8.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sign.ini
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sign.ini
```

```ini
Expand Down Expand Up @@ -226,7 +226,7 @@ Here,
Now run following commands

```console
wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-node.ini
wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.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
Expand Down Expand Up @@ -267,7 +267,7 @@ Here,
Now run following commands

```console
wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-client.ini
wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.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
Expand Down Expand Up @@ -307,7 +307,7 @@ Here,
Now run following commands

```console
wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/openssl-config/openssl-sgadmin.ini
wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.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
Expand Down Expand Up @@ -367,7 +367,7 @@ Here,
Create example above with following command

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/sg-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-elasticsearch.yaml
elasticsearch "sg-elasticsearch" created
```

Expand Down
12 changes: 6 additions & 6 deletions docs/guides/elasticsearch/search-guard/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ searchguard:
```
```console
$ wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/sg-config/sg_config.yml
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-config/sg_config.yml
```

### sg_internal_users.yml
Expand Down Expand Up @@ -149,7 +149,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.8.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.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-config/sg_internal_users.yml | envsubst > sg_internal_users.yml
```

> Note: Random password is set if KubeDB creates Secret for Users.
Expand All @@ -173,7 +173,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.8.0/docs/examples/elasticsearch/search-guard/sg-config/sg_action_groups.yml
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-config/sg_action_groups.yml
```

```yml
Expand Down Expand Up @@ -255,7 +255,7 @@ sg_readall:
```

```console
$ wget https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles.yml
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles.yml
```

### sg_roles_mapping.yml
Expand Down Expand Up @@ -293,7 +293,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.8.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles_mapping.yml
$ wget https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/sg-config/sg_roles_mapping.yml
```

```yml
Expand Down Expand Up @@ -375,7 +375,7 @@ Here,
Create example above with following command

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/config-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/config-elasticsearch.yaml
elasticsearch "config-elasticsearch" created
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/search-guard/use_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
If Elasticsearch object `ssl-elasticsearch` doesn't exists, create it first.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/search-guard/ssl-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/search-guard/ssl-elasticsearch.yaml
elasticsearch "ssl-elasticsearch" created
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/snapshot/instant_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
If Elasticsearch object `infant-elasticsearch` doesn't exists, create it first.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/quickstart/infant-elasticsearch.yaml
elasticsearch "infant-elasticsearch" created
```

Expand Down Expand Up @@ -195,7 +195,7 @@ To lean how to configure other storage destinations for snapshot data, please vi
Now, create the Snapshot object.

```console
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examples/elasticsearch/snapshot/instant-snapshot.yaml
$ kubedb create -f https://raw.githubusercontent.com/kubedb/cli/0.9.0-beta.0/docs/examples/elasticsearch/snapshot/instant-snapshot.yaml
snapshot "instant-snapshot" created
```

Expand Down
Loading

0 comments on commit 7dca5c1

Please sign in to comment.