improve faq for migration to ingress api v1 (#7540)
This commit is contained in:
parent
b7c973dcec
commit
4eeb1dfb56
1 changed files with 3 additions and 0 deletions
|
@ -167,3 +167,6 @@ Bear in mind that, if your `Ingress-Nginx-Controller-nginx2` is started with the
|
||||||
|
|
||||||
## Why is the ingressClassResource disabled by default in the helm chart ?
|
## Why is the ingressClassResource disabled by default in the helm chart ?
|
||||||
- If this field is set to enabled value and there are existing ingress objects in the cluster, then the existing ingress objects will not be honored and only any new ingress object you create will inherit the ingressClass value.
|
- If this field is set to enabled value and there are existing ingress objects in the cluster, then the existing ingress objects will not be honored and only any new ingress object you create will inherit the ingressClass value.
|
||||||
|
|
||||||
|
## I am seeing this error message in the logs of the Ingress-NGINX controller "ingress class annotation is not equal to the expected by Ingress Controller". Why ?
|
||||||
|
- It is highly likely that you will also see the name of the ingress resource in the same error message. This error messsage has been observed on use the deprecated annotation, to spec the ingressClass, in a ingress resource manifest. It is recommended to use the ingress.spec.ingressClassName field, of the ingress resource, to spec the name of the ingressClass of the ingress resource being configured.
|
||||||
|
|
Loading…
Reference in a new issue