-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingress changes with GA in 1.19 #14
Labels
deprecation update
A fix for something that is outdated but not broken yet
Comments
Several manifests updated via #17 |
1.19, 1.22 Changes to IngressStarting in version 1.19 (released Aug 2020), ingress has changed. Please update your apiVersion to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by Daniel:
Ingress resource version has changed from
networking.k8s.io/v1beta1
tonetworking.k8s.io/v1
and the YAML spec has changed a bit. Update files and video:Slides at https://slides.kubernetesmastery.com/#ingress
slides/k8s/ingress.md
slides/k8smastery/taints.md
slides/k8smastery/ingress.md
Manifests:
k8s/canary.yaml
k8s/ingress.yaml
k8s/redirect.yaml
Videos:
kubectl describe
output shows old apiVersion but this is a non-issue @ 2:43Old spec example
New spec example
The text was updated successfully, but these errors were encountered: