Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#134 from rackn/kubeproxy-bind-local
Browse files Browse the repository at this point in the history
Force kube-proxy to bind to local address
  • Loading branch information
ant31 committed Feb 10, 2016
2 parents 03dd43e + 6f1fe0c commit 50da691
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50da691

Please sign in to comment.