mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
9 lines
209 B
Django/Jinja
9 lines
209 B
Django/Jinja
###
|
|
# kubernetes proxy config
|
|
|
|
# default config should be adequate
|
|
|
|
# Add your own!
|
|
[Service]
|
|
Environment="KUBE_PROXY_ARGS=--kubeconfig={{ kube_config_dir }}/proxy.kubeconfig --proxy-mode={{kube_proxy_mode}}"
|