From aad635636b42e7247c4144e91f5cf550a97d68e1 Mon Sep 17 00:00:00 2001 From: Pierrick Date: Fri, 2 Sep 2016 23:11:22 +0200 Subject: [PATCH] Update README.md --- controllers/nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index c4a7404ac..0638647cb 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -345,7 +345,7 @@ To extract the information in JSON format the module provides a custom URL: `/ng ### Running multiple ingress controllers If you're running multiple ingress controllers, or running on a cloudprovider that natively handles -ingress, you need to specify the annotation kubernetes.io/ingress.class: "nginx" in all ingresses +ingress, you need to specify the annotation `kubernetes.io/ingress.class: "nginx"` in all ingresses that you would like this controller to claim. Not specifying the annotation will lead to multiple ingress controllers claiming the same ingress. Specifying the wrong value will result in all ingress controllers ignoring the ingress. Multiple ingress controllers running in the same cluster was not