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

Force kube-proxy to bind to local address
pull/178/head
Antoine Legrand 2016-02-10 18:05:50 +01:00
commit 50da691d45
1 changed files with 1 additions and 0 deletions

View File

@ -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: