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
Since kubernetes 1.25, it is needed that the ingress controller knows the ingressClassName of the Ingress resource otherwise we will get an error reported by the ingressController as the resource is not valid.
To avoid such a problem we can configure during the installation the ingress controller to by pass such a validation using the following property:
Description
Since kubernetes 1.25, it is needed that the ingress controller knows the
ingressClassName
of the Ingress resource otherwise we will get an error reported by the ingressController as the resource is not valid.To avoid such a problem we can configure during the installation the ingress controller to by pass such a validation using the following property:
https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L75
The text was updated successfully, but these errors were encountered: