Merge pull request #134 from rackn/kubeproxy-bind-local

Force kube-proxy to bind to local address
This commit is contained in:
Antoine Legrand 2016-02-10 18:05:50 +01:00
commit 50da691d45

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: