Update nginx controller action

This commit is contained in:
Tony Li 2017-09-26 14:46:46 -04:00 committed by GitHub
parent 3b4df5c9bf
commit 9bbabf12f1

View file

@ -71,7 +71,7 @@ spec:
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).
The nginx controller will only act on Ingresses with the annotation value of "nginx".
The nginx controller will only act on Ingresses with the annotation value of "nginx" or empty string "" (the default value if the annotation is omitted).
To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#how-do-i-disable-the-gce-ingress-controller) faq.