Skip to content

Commit

Permalink
to kubernetes (#2240)
Browse files Browse the repository at this point in the history
to kubernetes
  • Loading branch information
yulng authored and aledbf committed Mar 22, 2018
1 parent b45ee8d commit e1c7892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e1c7892

Please sign in to comment.