From e1c7892e4a9fda7c99c02bfb406ccf5be90f0470 Mon Sep 17 00:00:00 2001 From: yulng Date: Thu, 22 Mar 2018 20:20:09 +0800 Subject: [PATCH] to kubernetes (#2240) to kubernetes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6bb98892..2c58145839 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ The previous behavior can be restored using `retry-non-idempotent=true` in the c ### Disabling NGINX ingress controller -Setting the annotation `kubernetes.io/ingress.class` to any value other which does not match a valid ingress class will force the NGINX Ingress controller to ignore your Ingress. If you are only running a single NGINX ingress controller, this can be achieved by setting this to any value except "nginx" or an empty string. +Setting the annotation `kubernetes.io/ingress.class` to any other value which does not match a valid ingress class will force the NGINX Ingress controller to ignore your Ingress. If you are only running a single NGINX ingress controller, this can be achieved by setting this to any value except "nginx" or an empty string. Do this if you wish to use one of the other Ingress controllers at the same time as the NGINX controller.