Kubernetes > Google Compute Engine does not have enough resources
When creating a new K8s cluster, we will show an error in the UI if Google Compute Engine does not have enough resources for a given location.
The error we show says:
Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine Failed to run Kubeclient: Timed out connecting to server
We should update this error to reflect the error displayed in GCP:
Try a different location, or try again later: Google Compute Engine does not have enough resources available to fulfill request: us-central1-a.
Proposal
When there isn't enough resources for a given area, show the following error:
Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine Google Compute Engine does not have enough resources available for [location]
