Skip to content
Snippets Groups Projects
Commit fbba2599 authored by Youngchul Bang's avatar Youngchul Bang Committed by Kubernetes Prow Robot
Browse files

ingress-nginx: enable --report-node-internal-ip-address flag (#4114)

Close #4113
parent 7b77e2d2
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ spec:
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
- --annotations-prefix=nginx.ingress.kubernetes.io
{% if ingress_nginx_host_network %}
- --report-node-internal-ip-address
{% endif %}
securityContext:
capabilities:
drop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment