Skip to content

Commit c54b864

Browse files
authored
Update README.md
1 parent f8b1ee9 commit c54b864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ We need dummy default values here, otherwise Elasticsearch plugin installer will
3535

3636
Backups are done using cronjob specified in `k8s/es-backup.yml`. But before first backup (snapshot) we need to define repository.
3737

38-
Note : This approach is using service account of GCE instances and it must have permission to write to GCS bucket. (Storage : Write)
38+
Note : if you want to use this image for data nodes a backup them, starting with ES version 6.4 you can't use "application default credentials", so you must create Service Account and insert it to every data node's elaticsearch-keystore
3939

40-
### Create GCS repository
40+
### Define GCS repository
4141

4242
curl -XPUT http://elasticsearch:9200/_snapshot/ackee-%PROJECT_NAME%-backup?pretty -H 'Content-Type: application/json' -d '{
4343
"type": "gcs",

0 commit comments

Comments
 (0)