Force kube-proxy to bind to local address

This commit is contained in:
Greg Althaus 2016-02-08 15:48:57 -06:00
parent 03dd43e97d
commit 6f1fe0cda2

View file

@ -22,6 +22,7 @@ spec:
{% endif%}
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
{% endif %}
- --bind-address={{ ip | default(ansible_default_ipv4.address) }}
securityContext:
privileged: true
volumeMounts: