mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
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:
@@ -42,6 +42,7 @@ Set a default compute zone:
|
|||||||
gcloud config set compute/zone us-west1-c
|
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.
|
> Use the `gcloud compute zones list` command to view additional regions and zones.
|
||||||
|
|
||||||
## Running Commands in Parallel with tmux
|
## Running Commands in Parallel with tmux
|
||||||
|
|||||||
Reference in New Issue
Block a user