mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #953 from brendandburns/sanity
Remove a duplicate flag.
This commit is contained in:
commit
7ac44a6697
@ -18,7 +18,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
|||||||
DESC="The Kubernetes container manager"
|
DESC="The Kubernetes container manager"
|
||||||
NAME=controller-manager
|
NAME=controller-manager
|
||||||
DAEMON=/usr/local/bin/controller-manager
|
DAEMON=/usr/local/bin/controller-manager
|
||||||
DAEMON_ARGS=" --master=127.0.0.1:8080"
|
DAEMON_ARGS=""
|
||||||
DAEMON_LOG_FILE=/var/log/$NAME.log
|
DAEMON_LOG_FILE=/var/log/$NAME.log
|
||||||
PIDFILE=/var/run/$NAME.pid
|
PIDFILE=/var/run/$NAME.pid
|
||||||
SCRIPTNAME=/etc/init.d/$NAME
|
SCRIPTNAME=/etc/init.d/$NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user