From 82e190624f7571a712d257fd57555bd2719ad199 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 26 Sep 2017 14:46:46 -0400 Subject: [PATCH] Update nginx controller action --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 08e5a1b56..f30cf99a8 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -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.