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
Failed on localhost:
The command failed with exit code 1
Error: chart requires kubeVersion: >=1.21.0-0 which is incompatible with Kubernetes v1.20.0
Use --debug flag to render out invalid YAML
Failed on 1 target: localhost
We need to pass --kube-version 1.2x.y to the helm template render command. Nest used to do this, but I forgot why so I removed it. A challenge for this project is that we have to determine what version to render for. We can call kubectl version -o yaml and get the server version:
While rendering ingress-nginx:
We need to pass
--kube-version 1.2x.y
to the helm template render command. Nest used to do this, but I forgot why so I removed it. A challenge for this project is that we have to determine what version to render for. We can callkubectl version -o yaml
and get the server version:The text was updated successfully, but these errors were encountered: