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
Ingress controller implementations use this field (ingressClassName) to know whether they should be serving the Ingress resource.
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
Ingress controller implementations use this field (
ingressClassName
) to know whether they should be serving the Ingress resource.Before the IngressClass resource and
ingressClassName
field were added in Kubernetes 1.18, Ingress classes were specified with akubernetes.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 annotationhttps://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation
The text was updated successfully, but these errors were encountered: