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
Reo Dongmin Lee 2019-05-07 01:00:34 +09:00 committed by GitHub
parent bf2850974e
commit 470653cae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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