Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#402 from grafana/update-gsu…
Browse files Browse the repository at this point in the history
…til-playbook

Update gsutil installation playbook
  • Loading branch information
pracucci authored Oct 6, 2021
2 parents 2e7fe0f + 6787211 commit d5a3188
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jsonnet/mimir-mixin/docs/playbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,13 +904,12 @@ After this preparation, one can use `kubectl exec -t -i clone-ingester-7-dataacc
tar -zxvf gsutil.tar.gz
./gsutil/gsutil --help
```
3. Create `/etc/boto.cfg` with the following content:
3. Configure credentials
```
[GoogleCompute]
service_account = default
gsutil config -e
[Plugin]
plugin_directory = /usr/lib/python3.8/site-packages/google_compute_engine/boto
# Private key path: /var/secrets/google/credentials.json
# Project ID: your google project ID
```

### Deleting a StatefulSet with persistent volumes
Expand Down

0 comments on commit d5a3188

Please sign in to comment.