remove etcd dependency on sysv init scripts
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: flannel
|
# Provides: flannel
|
||||||
# Required-Start: $etcd
|
# Required-Start:
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
|
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: kube-proxy
|
# Provides: kube-proxy
|
||||||
# Required-Start: $etcd
|
# Required-Start: $flannel
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
|
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: kubelet
|
# Provides: kubelet
|
||||||
# Required-Start: $etcd
|
# Required-Start: $flannel
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
|
Reference in New Issue
Block a user