From 413b02803e4ebc0388d7c65d9bead88a50e20451 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 13 Sep 2017 21:13:49 -0400 Subject: [PATCH] be even more clear about ingress.class selector --- docs/faq/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 27d1e043d..d88bac86b 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 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.