
Fix the way hyperkube starts for sysv and upstart Change-Id: If682033af5f5d58b64cec463d6d379bf79b06c8e
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
# Kube-Scheduler Upstart and SysVinit configuration file
|
|
|
|
# Customize kube-apiserver binary location
|
|
KUBE_SCHEDULER="/opt/bin/hyperkube"
|
|
|
|
# Use KUBE_SCHEDULER_OPTS to modify the start/restart options
|
|
KUBE_SCHEDULER_OPTS="--logtostderr=false --log_dir=/var/log/kubernetes \
|
|
--master=%%MASTER_IP%%:8080 --address=127.0.0.1"
|
|
|
|
# Add more environment settings used by kube-scheduler here |