GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

[Bug]: typo and missing option in installation instructions #1047

Closed lvaylet closed 1 year ago

lvaylet commented 1 year ago

Version of Cloud Ops Sandbox

0.9.2

Your client machine OS?

Linux

Tell us, what is a problem?

The installation instructions in README.md and docs/README.md both contain a typo in the gcloud command that retrieves Application Default Credentials (ADC). In addition, docs/README.md has a missing option in the sandboxctl command responsible for creating the resources. As a result, users might not be able to provision the sandbox if they copy/paste the instructions.

What you expected to happen?

Installation instructions with no typos and no missing options, that can safely be copy/pasted.

Code of Conduct