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]
This commit is contained in:
Reo Dongmin Lee
2019-05-07 01:00:34 +09:00
committed by GitHub
parent bf2850974e
commit 470653cae7

View File

@@ -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