nginx ingress controller should watch kind:ingress without class (#8128)

This commit is contained in:
Sergey
2021-10-28 21:48:59 +03:00
committed by GitHub
parent 6f6fad5a16
commit 0b441ade2c

View File

@ -52,6 +52,8 @@ spec:
- --annotations-prefix=nginx.ingress.kubernetes.io
{% if ingress_nginx_class is defined %}
- --ingress-class={{ ingress_nginx_class }}
{% else %}
- --watch-ingress-without-class=true
{% endif %}
{% if ingress_nginx_host_network %}
- --report-node-internal-ip-address