gameserver-ingress-controller
gameserver-ingress-controller copied to clipboard
Support ingress class name in ingress spec
What?
- Add standard annotation for specifying the Ingress class name
- Set
ingressClassNamefield in the Ingress Object - Keep backwards compatibilty with the old annotation
- Always drop
kubernetes.io/ingress-classannotation
Why?
- It's prefereable to use the Ingress object attribute instead of the annotation.
- Kubernetes 1.25+ won't support
ingressClassNameand the annotationkubernetes.io/ingress.classto be set simultaneously