This commit is contained in:
Tony Li 2017-09-13 19:44:36 -04:00
parent 81f5170034
commit 78639ebfbd
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -282,7 +282,7 @@ We plan to fix this [soon](https://github.com/kubernetes/kubernetes/issues/16337
## How do I disable the GCE Ingress controller? ## How do I disable the GCE Ingress controller?
3 options: 3 options:
1. Have it no-op based on the `ingress.class` annotation as shown [here](README.md#how-do-i-disable-the-ingress-controller) 1. Have it no-op based on the `ingress.class` annotation as shown [here](README.md#how-do-i-disable-an-ingress-controller)
2. SSH into the GCE master node and delete the GLBC manifest file found at `/etc/kubernetes/manifests/glbc.manifest` 2. SSH into the GCE master node and delete the GLBC manifest file found at `/etc/kubernetes/manifests/glbc.manifest`
3. Create the GKE cluster without it: 3. Create the GKE cluster without it: