-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Elasticsearch documentation #172
Conversation
8c4ce76
to
0c44dea
Compare
|
||
* Populate database with some data. Follow [this](https://github.com/kubedb/cli/blob/master/docs/guides/elasticsearch/snapshot/instant_backup.md#populate-database). | ||
* Create storage Secret.<br>In this tutorial, we need a storage Secret for backup process | ||
```console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One blank line before each codeblock
--from-file=./GOOGLE_SERVICE_ACCOUNT_JSON_KEY | ||
secret "gcs-secret" created | ||
``` | ||
* Take an instant backup, if not available. Follow [this](https://github.com/kubedb/cli/blob/master/docs/guides/elasticsearch/snapshot/instant_backup.md#instant-backup). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One blank line after each codeblock
KubeDB Elasticsearch supports multi-node database cluster. | ||
|
||
### Before You Begin | ||
At first, you need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One blank before and after each heading.
|
||
KubeDB supports Elasticsearch database initialization. | ||
|
||
### Before You Begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd level heading for before you begin
. ##
User Guide