mirror of https://github.com/k3s-io/k3s
commit
7ac44a6697
|
@ -18,7 +18,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
|||
DESC="The Kubernetes container manager"
|
||||
NAME=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
|
||||
PIDFILE=/var/run/$NAME.pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
|
|
Loading…
Reference in New Issue