Add comments for backup and restore

This commit is contained in:
Haiyan Meng
2020-02-03 12:20:57 -08:00
parent a3b3449b1f
commit 3ebeebabde
5 changed files with 26 additions and 7 deletions

View File

@@ -8,6 +8,11 @@ spec:
- repository-gcs
- ingest-user-agent
- ingest-geoip
# To set `gcpserviceaccount`,
# First, create and download a GCP service account into a json file, named `sakey.json` following the instruction:
# https://www.elastic.co/guide/en/elasticsearch/plugins/6.5/repository-gcs-usage.html#repository-gcs-using-service-account
# Second, create a secret for the service account using the following command:
# $ kubectl create secret generic kustomizesa --from-file=./sakey.json
gcpserviceaccount:
name: kustomizesa
config: