You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
I got this error when doing the "Creating Deployments" section of https://google.qwiklabs.com/focuses/1747?parent=catalog
It looks like this is an issue with the API version in the deployment yaml files. Doing this:
kubectl convert -f deployments/hello.yaml --output-version apps/v1 > deployments/new-hello.yaml
for each of the deployment yamls before the kubectl create -f fixed the issue for me.
The text was updated successfully, but these errors were encountered: