Hi there, also running into this problem. Couldn’t really find a solution other than a possible mismatch between the version of kubectl and some of the definitions in the crd.yaml file. This error is blocker in-regards to completing the lab.
I’ve pasted the version of kubectl that I was using, hope that helps.
Yes. It is a problem with new versions of Kubernetes.
I tried using the older version (not always the best solution in real life, but I guess it’s OK for finishing this Lab). Just use this command to create the cluster:
gcloud beta container clusters create $CLUSTER_NAME --project=$PROJECT_ID --cluster-version=1.21 --machine-type=n1-standard-4 --scopes compute-rw,gke-default,storage-rw --num-nodes=3