Update kube-controller-manager

found typo. too many double quotes.
This commit is contained in:
Edoardo Tosca 2015-02-17 11:09:22 +00:00
parent 6f84bdaba8
commit 4ec5bb04fd

View File

@ -59,7 +59,7 @@ KUBE_CONTROLLER_MANAGER_START="start-stop-daemon
--make-pidfile \ --make-pidfile \
--pidfile $KUBE_CONTROLLER_MANAGER_PIDFILE \ --pidfile $KUBE_CONTROLLER_MANAGER_PIDFILE \
-- $KUBE_CONTROLLER_MANAGER_OPTS \ -- $KUBE_CONTROLLER_MANAGER_OPTS \
>> "$KUBE_CONTROLLER_MANAGER_LOGFILE" 2>&1 >> $KUBE_CONTROLLER_MANAGER_LOGFILE" 2>&1
KUBE_CONTROLLER_MANAGER_STOP="start-stop-daemon \ KUBE_CONTROLLER_MANAGER_STOP="start-stop-daemon \
--stop \ --stop \