update annotation style

This commit is contained in:
Tony Li 2017-09-13 21:12:35 -04:00
parent 78639ebfbd
commit 69c59dbbf6
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -52,7 +52,7 @@ for unsatisfied Ingress.
## How do I disable an Ingress controller? ## How do I disable an Ingress controller?
Either shutdown the controller satisfying the Ingress, or use the Either shutdown the controller satisfying the Ingress, or use the
`Ingress-class` annotation, as follows: `ingress.class` annotation:
```yaml ```yaml
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
@ -77,9 +77,8 @@ To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#h
## How do I run multiple Ingress controllers in the same cluster? ## How do I run multiple Ingress controllers in the same cluster?
Multiple Ingress controllers can co-exist and key off the `ingress-class` Multiple Ingress controllers can co-exist and key off the `ingress.class`
annotation, as shown in this [faq](#how-do-i-run-multiple-ingress-controllers-in-the-same-cluster), annotation, as shown in this faq, as well as in [this](/examples/daemonset/nginx) example.
as well as in [this](/examples/daemonset/nginx) example.
## How do I contribute a backend to the generic Ingress controller? ## How do I contribute a backend to the generic Ingress controller?