
Init scripts updated to use all-in-one-binary for all services Change-Id: I96518d4c93a64d83a55c542e40d8024781fd95c8
9 lines
353 B
Plaintext
9 lines
353 B
Plaintext
# Kube-Proxy Upstart and SysVinit configuration file
|
|
|
|
# Customize kube-proxy binary location
|
|
KUBE_PROXY="/opt/bin/hyperkube proxy"
|
|
|
|
# Use KUBE_PROXY_OPTS to modify the start/restart options
|
|
KUBE_PROXY_OPTS="--logtostderr=false --master=http://%%MASTER_IP%%:8080 --log_dir=/var/log/kubernetes"
|
|
|
|
# Add more environment settings used by kube-apiserver here |