Skip to content

Commit

Permalink
nginx ingress controller should watch kind:ingress without class (kub…
Browse files Browse the repository at this point in the history
…ernetes-sigs#8128)

(cherry picked from commit 0b441ad)
  • Loading branch information
LuckySB authored and notCalle committed Feb 8, 2022
1 parent 0016d13 commit c605a51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c605a51

Please sign in to comment.