asilenkov 2dd7f39213 [Docker] Fix upstart ans sysvinit scripts for ubuntu
Fix the way hyperkube starts for sysv and upstart

Change-Id: If682033af5f5d58b64cec463d6d379bf79b06c8e
2016-08-04 19:55:04 +03:00

9 lines
347 B
Plaintext

# Kube-Proxy Upstart and SysVinit configuration file
# Customize kube-proxy binary location
KUBE_PROXY="/opt/bin/hyperkube"
# 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