Clarify list

Make it clear it is not a list of steps, but a list of options.
This commit is contained in:
Tony Li 2017-09-26 14:45:25 -04:00 committed by GitHub
parent fd1b0525a1
commit 3ef5182ebc

View file

@ -286,13 +286,14 @@ If you want to disable it, you have 3 options:
### Soft disable ### Soft disable
1. Have it no-op for an Ingress resource based on the `ingress.class` annotation as shown [here](README.md#how-do-i-disable-an-ingress-controller). Option 1. Have it no-op for an Ingress resource based on the `ingress.class` annotation as shown [here](README.md#how-do-i-disable-an-ingress-controller).
This can also be used to use one of the other Ingress controllers at the same time as the GCE controller. This can also be used to use one of the other Ingress controllers at the same time as the GCE controller.
### Hard disable ### Hard disable
2. SSH into the GCE master node and delete the GLBC manifest file found at `/etc/kubernetes/manifests/glbc.manifest`. Option 2. SSH into the GCE master node and delete the GLBC manifest file found at `/etc/kubernetes/manifests/glbc.manifest`.
3. Disable the addon in GKE:
Option 3. Disable the addon in GKE via `gcloud`:
#### Disabling GCE ingress on cluster creation #### Disabling GCE ingress on cluster creation