removed deprecation messsage for ingressClass annotation (#9357)
* removed deprecation messsage for ingressClass annotation * modified: docs/user-guide/multiple-ingress.md * modified: docs/user-guide/multiple-ingress.md * modified: docs/user-guide/multiple-ingress.md
This commit is contained in:
parent
c234d1f10b
commit
5aa49dc66d
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
By default, deploying multiple Ingress controllers (e.g., `ingress-nginx` & `gce`) will result in all controllers simultaneously racing to update Ingress status fields in confusing ways.
|
||||
|
||||
To fix this problem, use [IngressClasses](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class). The `kubernetes.io/ingress.class` annotation is deprecated from kubernetes v1.22+.
|
||||
To fix this problem, use [IngressClasses](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class). The `kubernetes.io/ingress.class` annotation is not being preferred or suggested to use as it can be deprecated in future. Better to use the field `ingress.spec.ingressClassName`.
|
||||
But, when user has deployed with `scope.enabled`, then the ingress class resource field is not used.
|
||||
|
||||
|
||||
## Using IngressClasses
|
||||
|
||||
|
|
Loading…
Reference in a new issue