kubespray/roles/kubernetes/master/templates/proxy.j2

8 lines
154 B
Plaintext
Raw Normal View History

2015-10-04 04:19:50 +08:00
###
# kubernetes proxy config
# default config should be adequate
# Add your own!
KUBE_PROXY_ARGS="--kubeconfig={{ kube_config_dir }}/proxy.kubeconfig"