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.