marco | acdae7e | 2015-12-02 15:35:37 +0100 | [diff] [blame^] | 1 | {%- from "kubernetes/map.jinja" import pool with context %} |
2 | |||||
3 | # test_args has to be kept at the end, so they'll overwrite any prior configuration | ||||
4 | DAEMON_ARGS="--logtostderr=true --v=2 --kubeconfig=/var/lib/kube-proxy/kubeconfig --master=https://{{ pool.master.host }}{% if pool.network.engine == 'calico' %} --proxy-mode=iptables{% endif %}" | ||||
5 | #--kubeconfig=/etc/kubernetes/proxy.kubeconfig" |