mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Added note for GCP quota limit
This commit is contained in:
@@ -38,6 +38,10 @@ gcloud auth login
|
|||||||
|
|
||||||
Next set a default compute region and compute zone:
|
Next set a default compute region and compute zone:
|
||||||
|
|
||||||
|
> **Note**: If you are using a free tier account. Please select the region after checking the Quotas in GCP console. Some regions will have a limit of running only 8
|
||||||
|
> vCPUs whereas for this tutorial you need to configure total of six e2-standard-2 (2 vCPUs, 8 GB memory) VMs i.e 12 vCPUs.
|
||||||
|
>
|
||||||
|
> Please check [Working with quotas](https://cloud.google.com/docs/quota) for better understanding
|
||||||
```
|
```
|
||||||
gcloud config set compute/region us-west1
|
gcloud config set compute/region us-west1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user