From 470653cae75c9fd8c30d569635c3799c1557f1d1 Mon Sep 17 00:00:00 2001 From: Reo Dongmin Lee Date: Tue, 7 May 2019 01:00:34 +0900 Subject: [PATCH] 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] --- docs/01-prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index eacf09f..04e4f82 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -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