Skip to content

Commit b751414

Browse files
authored
Merge pull request grafana#402 from grafana/update-gsutil-playbook
Update gsutil installation playbook
2 parents c124496 + 768728e commit b751414

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cortex-mixin/docs/playbooks.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -904,13 +904,12 @@ After this preparation, one can use `kubectl exec -t -i clone-ingester-7-dataacc
904904
tar -zxvf gsutil.tar.gz
905905
./gsutil/gsutil --help
906906
```
907-
3. Create `/etc/boto.cfg` with the following content:
907+
3. Configure credentials
908908
```
909-
[GoogleCompute]
910-
service_account = default
909+
gsutil config -e
911910
912-
[Plugin]
913-
plugin_directory = /usr/lib/python3.8/site-packages/google_compute_engine/boto
911+
# Private key path: /var/secrets/google/credentials.json
912+
# Project ID: your google project ID
914913
```
915914

916915
### Deleting a StatefulSet with persistent volumes

0 commit comments

Comments
 (0)