When during this assignments I can’t go after this step. When I type below command in command prompt after that nothing happens. I can’t figure out what is the actual problems. Hope you will help me to solve this issue… Thank you
Here is command
gcloud beta container clusters create $CLUSTER_NAME
–project=$PROJECT_ID
–cluster-version=latest
–machine-type=n1-standard-4
–scopes compute-rw,gke-default,storage-rw
–num-nodes=3
Hello again! Unfortunately, I could not replicate the issue. The command ran normally and it was done creating the cluster in about 5 to 10 minutes. The screenshot below show that the environment variables were created and then I was able to execute the command you mentioned:
The only hiccup I encountered is Qwiklabs didn’t start the lab in the student account. I had to switch my profile to the email they gave. Please see the troubleshooting tip here for details.
If you retried the lab and the cluster creation is still not pushing through after 10 minutes. Please consult with the Qwiklabs agents using their support channels so they can check possible problems with your setup. The support channels are on the upper right and the chat option is usually responsive:
Sorry to say that again no improvement. I almost wait one hour. Can you check my screenshots. Maybe If i did wrong. I am attaching this. And I already send my problem to qwiklabs also.
Hi Noro. That is indeed strange. Did you try to press Enter multiple times? There should be a few warnings after you issue that command. The cursor should not be stuck at num_nodes=3 . Hopefully, Qwiklabs can help.
Hi All,
I am stuck in the TFJob custom resource installation step with the error : "unable to recognize “tf-training/tf-job-crds/base”: no matches for kind “CustomResourceDefinition” in version “apiextensions.k8s.io/v1beta1"”
I have the same issue when I launch the command ''kubectl apply --kustomize tf-training/tf-job-crds/base" it returns
“error: resource mapping not found for name: “tfjobs.kubeflow.org” namespace: “” from “tf-training/tf-job-crds/base”: no matches for kind “CustomResourceDefinition” in version “apiextensions.k8s.io/v1beta1”
ensure CRDs are installed first”