Update 01-prerequisites.md
The `gcloud compute zones list` command will return following error if it's not authenticated with the Google Cloud SDK. ERROR: (gcloud.compute.zones.list) Some requests did not succeed: - Failed to find project [Project ID]pull/460/head
parent
bf2850974e
commit
470653cae7
|
@ -42,6 +42,7 @@ Set a default compute zone:
|
|||
gcloud config set compute/zone us-west1-c
|
||||
```
|
||||
|
||||
> Use the `gcloud auth login` to authenticate with the Google Cloud SDK.
|
||||
> Use the `gcloud compute zones list` command to view additional regions and zones.
|
||||
|
||||
## Running Commands in Parallel with tmux
|
||||
|
|
Loading…
Reference in New Issue