
Fix the way hyperkube starts for sysv and upstart Change-Id: If682033af5f5d58b64cec463d6d379bf79b06c8e
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
# Kube-Controller-Manager Upstart and SysVinit configuration file
|
|
|
|
# Customize kube-controller-manager binary location
|
|
KUBE_CONTROLLER_MANAGER="/opt/bin/hyperkube"
|
|
|
|
# Use KUBE_CONTROLLER_MANAGER_OPTS to modify the start/restart options
|
|
KUBE_CONTROLLER_MANAGER_OPTS="--master=127.0.0.1:8080 \
|
|
--logtostderr=false --log_dir=/var/log/kubernetes"
|
|
|
|
# Add more environment settings used by kube-controller-manager here |