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
Before the IngressClass resource and ingressClassName field were added in Kubernetes 1.18, Ingress classes were specified with a kubernetes.io/ingress.class annotation on the Ingress. This annotation was never formally defined, but was widely supported by Ingress controllers.
The newer ingressClassName field on Ingresses is a replacement for that annotation, but is not a direct equivalent. While the annotation was generally used to reference the name of the Ingress controller that should implement the Ingress, the field is a reference to an IngressClass resource that contains additional Ingress configuration, including the name of the Ingress controller.
So far, I was not able to make this new API working. Dose the latest ingress-nginx support this now?
The text was updated successfully, but these errors were encountered:
acorrding to https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class
So far, I was not able to make this new API working. Dose the latest ingress-nginx support this now?
The text was updated successfully, but these errors were encountered: