remove etcd dependency on sysv init scripts

This commit is contained in:
Jean-Francois Chevrette 2016-01-21 13:38:27 -05:00
parent 819cdc85d3
commit c5dca43427
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: