kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
41.26k stars 14.12k forks source link

CPU Quota issue #669

Open appareddyraja opened 3 years ago

appareddyraja commented 3 years ago

by default, I selected us-west1 as the default region for creating resources using gcloud command.

When I tried to create workers only worker-0 is getting created. First, it looks like all workers VMs are created as there are error logs displayed.

Then I tried to create the Worker VM manually through the console and I came to know that the Quota limit is exceeded in the us-west1 region.

It will be better if there a note in documentation saying that "select default region based on resource availability". I have seen so many people getting struck at this part as they don't have that much knowledge in GCP.

Screenshot from 2021-07-04 07-49-49

appareddyraja commented 3 years ago

I reviewed the docs of the GCP free account.

How it is possible to run all the VMs as mentioned in the tutorial?

Kasper886 commented 3 years ago

I have the same issue. How did you solve it? Do you know the region that allows to create 6 VMs in free account with 300USD aboard as described in this tutorial?