From 7bb0f4d394bc7aac8286cd2808671bc646c2c06e Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 13 Sep 2017 21:13:01 -0400 Subject: [PATCH] be explicit about ingress.class usage --- docs/faq/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 9f2aca115..27d1e043d 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -69,9 +69,9 @@ spec: 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 same applies for the nginx -controller. +Setting the annotation to any value other than "gce" or the empty string "" will force the GCE controller to ignore your Ingress. + +Setting the annotation to any value other than "nginx" will force the nginx controller to ignore your Ingress. To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#how-do-i-disable-the-gce-ingress-controller) faq.