When a container cluster was created on GCP in the morning it took less than 10 minutes until it was created. Now, after more than half an hour the cluster is still not created. It turned out that the resources in a certain zone were insufficient. How to check whether there are enough resources in a GCP zone before creating for example a kubernetes cluster?
Instance 'X' creation failed: The zone 'projects/Y/zones/Z' does not have
enough resources available to fulfill the request. Try a different zone,
or try again later.
After choosing another zone and deploying the cluster took less than 4 minutes to deploy it.