-
Notifications
You must be signed in to change notification settings - Fork 195
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 |
BretFisher
added
deprecation update
A fix for something that is outdated but not broken yet
and removed
bug
Something isn't working
labels
Apr 8, 2021
BretFisher
moved this to Broken/Degraded Lecture
in Bret Fisher's Course Updates and Fixes
Oct 23, 2021
1.19, 1.22 Changes to IngressStarting in version 1.19 (released Aug 2020), ingress has changed. Please update your apiVersion to |
ivorscott
moved this from Broken/Degraded Lecture 😥
to In Progress 👷
in Bret Fisher's Course Updates and Fixes
Jan 16, 2022
BretFisher
moved this from In Progress 👷
to Up Next 🧭
in Bret Fisher's Course Updates and Fixes
Mar 22, 2022
BretFisher
moved this from Up Next 🧭
to Done ✅
in Bret Fisher's Course Updates and Fixes
Jun 22, 2022
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: