Skip to content
Snippets Groups Projects
Commit 6f1fe0cd authored by Greg Althaus's avatar Greg Althaus
Browse files

Force kube-proxy to bind to local address

parent 03dd43e9
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ spec: ...@@ -22,6 +22,7 @@ spec:
{% endif%} {% endif%}
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml - --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
{% endif %} {% endif %}
- --bind-address={{ ip | default(ansible_default_ipv4.address) }}
securityContext: securityContext:
privileged: true privileged: true
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment