mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
remove etcd dependency on sysv init scripts
This commit is contained in:
parent
819cdc85d3
commit
c5dca43427
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user