AK8S-11 Configuring Pod Autoscaling and NodePools Reviews
6534 reviews
Could not complete first task - probably because of API change.
Linux P. · Reviewed over 5 years ago
same error as 1st, 2nd, 3rd, 4th, and 5th attempts: student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl create -f web.yaml --save-config error: unable to recognize "web.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" next 2 steps had errors as well: student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl expose deployment web --target-port=8080 --type=NodePort Error from server (NotFound): deployments.apps "web" not found student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl get service web Error from server (NotFound): services "web" not found
John H. · Reviewed over 5 years ago
apiVersion extensions/v1beta1 is not supported in kubectl 1.19 client version, needs to be downgraded to 1.15
Diana B. · Reviewed over 5 years ago
Diana B. · Reviewed over 5 years ago
Keep getting the error: error: unable to recognize "web.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" Trying to launch the deployment after the repository is cloned.
Eduardo P. · Reviewed over 5 years ago
Eduardo P. · Reviewed over 5 years ago
Sathyanarayanan R. · Reviewed over 5 years ago
Not so fun, extensions/v1beta1 is not working.
Manuel Alejandro L. · Reviewed over 5 years ago
Status Checker is broker.. i cant able to finish this lab
Anandhkumar T. · Reviewed over 5 years ago
API version is inconsistent with YAML file
Paul F. · Reviewed over 5 years ago
web.xml failing to create deploy , version issue
V V. · Reviewed over 5 years ago
There is an error on the web.yaml file
Arijit D. · Reviewed over 5 years ago
Please update web.yaml. Thanks student_00_ecf8ec5d2156@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-00-e5ad43ac9a1a)$ kubectl create -f web.yaml --save-config error: unable to recognize "web.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" student_00_ecf8ec5d2156@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-00-e5ad43ac9a1a)$ kubectl api-resources | grep deployment deployments deploy apps true Deployment student_00_ecf8ec5d2156@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-00-e5ad43ac9a1a)$
Simon M. · Reviewed over 5 years ago
Bug in Labs
Juan Jose F. · Reviewed over 5 years ago
The web.yaml's apiVersion only works with apps/v1, but the Check my progress won't accept that.
Gabor B. · Reviewed over 5 years ago
Broken step 1. web.yaml outdated
Christian R. · Reviewed over 5 years ago
Task 1 cannot always fail
Phương H. · Reviewed over 5 years ago
Task 1 cannot always fail
Phương H. · Reviewed over 5 years ago
repeat later
Ham S. · Reviewed over 5 years ago
same error as 1st, 2nd, 3rd, 4th, and 5th attempts: student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl create -f web.yaml --save-config error: unable to recognize "web.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" next 2 steps had errors as well: student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl expose deployment web --target-port=8080 --type=NodePort Error from server (NotFound): deployments.apps "web" not found student_04_1ac339e6b222@cloudshell:~/training-data-analyst/courses/ak8s/11_Autoscaling (qwiklabs-gcp-04-c6379ce17cfe)$ kubectl get service web Error from server (NotFound): services "web" not found
John H. · Reviewed over 5 years ago
The first checkpoint cannot be passed due to web.yamp cannot be created. Error : no matches for kind “Deployment” in version "extensions/v1beta1. when changed to apiVersion: apps/v1 in web.yaml the Deployments is created, however "Check my progress" does not work.
Oleksandr G. · Reviewed over 5 years ago
Sandip K. · Reviewed over 5 years ago
Nicolas S. · Reviewed over 5 years ago
Santhakumar C. · Reviewed over 5 years ago
Well, not satisfied since there's an issue. The web.xml has a no longer apiVersion of extensions/v1beta1 so I get the error: error: unable to recognize "web.yaml": no matches for kind "Deployment" in version "extensions/v1beta1". After fixing the apiVersion to apps/v1 my progress is not recognized and thus preventing from finishing this so I have to redo this lab while I completed it :-( (account: dev@bfv.io)
Bronco O. · Reviewed over 5 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.