Unable to create GKE cluster in the GCP play ground and any inputs, it shows there is no available CPUs/Memory
I followed the instructions and getting following error: - insufficient regional quota to satisfy request: resource “CPUS”: request requires ‘6.0’ and is short ‘3.0’. project has a quota of ‘3.0’ with ‘3.0’ available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=clgcporg8-044 - insufficient regional quota to satisfy request: resource “DISKS_TOTAL_GB”: request requires ‘120.0’ and is short ‘70.0’. project has a quota of ‘50.0’ with ‘50.0’ available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=clgcporg8-044.
Sounds like you need to limit the number of CPUs per node, since they only want to give you 3 CPUs in total. 2 CPUs per node will exhaust your quota. Similarly, you need to use smaller disks. This is in the tutorial I’m pretty sure; you may need to follow it a bit closer than you did the previous time.
Thank you and I appreciate your response. I am able to create the GKE cluster now.