be even more clear about ingress.class selector

This commit is contained in:
Tony Li 2017-09-13 21:13:49 -04:00
parent 7bb0f4d394
commit 413b02803e
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -69,9 +69,9 @@ spec:
servicePort: 80 servicePort: 80
``` ```
Setting the annotation to any value other than "gce" or the empty string "" will force the GCE controller to ignore your Ingress. The GCE controller will only act on Ingresses with the annotation value of "gce" or empty string "", the default value if the annotation is omitted.
Setting the annotation to any value other than "nginx" will force the nginx controller to ignore your Ingress. The nginx controller will only act on Ingresses with the annotation value of "nginx".
To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#how-do-i-disable-the-gce-ingress-controller) faq. To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#how-do-i-disable-the-gce-ingress-controller) faq.