From 69c59dbbf622459d1aaa780a7e1679cf97dad711 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 13 Sep 2017 21:12:35 -0400 Subject: [PATCH] update annotation style --- docs/faq/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 0a45c1efe..9f2aca115 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -52,7 +52,7 @@ for unsatisfied Ingress. ## How do I disable an Ingress controller? Either shutdown the controller satisfying the Ingress, or use the -`Ingress-class` annotation, as follows: +`ingress.class` annotation: ```yaml 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? -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), -as well as in [this](/examples/daemonset/nginx) example. +Multiple Ingress controllers can co-exist and key off the `ingress.class` +annotation, as shown in this faq, as well as in [this](/examples/daemonset/nginx) example. ## How do I contribute a backend to the generic Ingress controller?