0

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.

joey t
  • 1
  • 1
  • Just a follow-up in case others run into this - although this issue was reliably repeatable, I was able to address the situation by creating another GCP project and creating the cluster there. Unsure what was broken with the old project, I had created clusters in it before. – joey t Jun 25 '20 at 21:37
  • I've tried to run yout command and it works for me. There are addional error logg from the command output? From the CLI, what is the error? – Mr.KoopaKiller Jun 26 '20 at 09:23

0 Answers0