be explicit about ingress.class usage
This commit is contained in:
parent
69c59dbbf6
commit
7bb0f4d394
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue