I’m trying to create a cluster…
gcloud container clusters create my-cluster --num-nodes=3 --machine-type=n1-standard-2 --disk-size=30GB --enable-ip-alias
and getting the error
ResponseError: code=403, message=Insufficient regional quota to satisfy request: resource “SSD_TOTAL_GB”: request requires ‘90.0’ and is short ‘80.0’. project has a quota of ‘250.0’ with ‘10.0’ available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=plucky-catfish-424023-g4.
I tried creating this cluster previously and I cancelled it as it was taking too long. I went into the console and deleted the cluster.
Now, I’m apparently out of disk space. But I cannot locate any disks. I saw a suggestion to change zone/region but I don’t want unused disks hanging around. There are no disks or snapshots. I’m completely lost.
Okay, Google, what’s going on
This is magically resolved. I guess it took time to update. I am studying for the CKA exam and moved to an EKS cluster in AWS. Back now.
Nope 
The build ran for a half hour or more and then imploded with the following error. I am moving on to EKS
This is frustrating.
zone: ‘us-central1-a’>] finished with error: Google Compute Engine: Not all instances running in IGM after 35m16.042768343s. Expected 3, running 0, transitioning 3. Current errors: [GCE_STOCKOUT]: Instance ‘gke-my-cluster-default-pool-80207463-bw20’ creation failed: The zone ‘projects/plucky-catfish-424023-g4/zones/us-central1-a’ does not have enough resources available to fulfill the request. Try a different zone, or try again later.; [GCE_STOCKOUT]: Instance ‘gke-my-cluster-default-pool-80207463-d0p7’ creation failed: The zone ‘projects/plucky-catfish-424023-g4/zones/us-central1-a’ does not have enough resources available to fulfill the request. Try a different zone, or try again later.; [GCE_STOCKOUT]: Instance ‘gke-my-cluster-default-pool-80207463-nmwd’ creation failed: The zone ‘projects/plucky-catfish-424023-g4/zones/us-central1-a’ does not have enough resources available to fulfill the request. Try a different zone, or try again later.