When I try to create a GKE cluster it consistently fails at the last stage, when the cluster is being health checked. Both the gcloud
cli and the GCP console fail with:
All cluster resources were brought up, but: only 0 nodes out of 3 have registered; this is likely due to Nodes failing to start correctly; try re-creating the cluster or contact support if that doesn't work.
The cli command used was: gcloud container clusters create gitlab-spring --num-nodes=3
Looking under Compute Engine I can see the VM instances and Instance Group, but I get the red exclamation indicator in Kubernetes Engine. I'm not sure how to resolve this, as the cli command above is very basic. I have tried recreating the cluster multiple times with the same result.