GKE Cluster creation is failed when using --enable-private-nodes command

9/23/2019

I am currently working with GCP Kubernetes ( GKE ). And tried to create a GKE cluster using below command.

gcloud container clusters create test-cluster --zone asia-southeast1-a --network <vpc> --subnetwork <subnet> --enable-private-nodes --no-enable-master-authorized-networks --master-ipv4-cidr <ip>

And below error message displayed while creating cluster. It would be more helpful if someone can provide solution to get this resolved.

enter image description here

-- Tharanga
google-cloud-platform
google-kubernetes-engine
kubernetes

0 Answers