kubernetes/cluster/ubuntu-cluster/default_scripts/kube-proxy
2015-03-12 15:10:08 -07:00

11 lines
319 B
Plaintext

# Kube-Proxy Upstart and SysVinit configuration file
# Customize kube-proxy binary location
# KUBE_PROXY="/opt/bin/kube-proxy"
# Use KUBE_PROXY_OPTS to modify the start/restart options
KUBE_PROXY_OPTS="--master=http://MASTER_IP:8080 \
--logtostderr=true"
# Add more envionrment settings used by kube-apiserver here