Merge pull request #12129 from eddiesimeon/patch-2

For the ubuntu cluster, master and minion services should respawn.
This commit is contained in:
Marek Grabowski 2015-08-03 14:37:11 +02:00
commit 6dd6812f85
7 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
description "Flannel service"
author "@chenxingyu"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
@ -26,4 +26,4 @@ script
. /etc/default/$UPSTART_JOB
fi
exec "$FLANNEL" $FLANNEL_OPTS
end script
end script

View File

@ -1,7 +1,7 @@
description "Kube-Apiserver service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd

View File

@ -1,7 +1,7 @@
description "Kube-Controller-Manager service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd

View File

@ -1,7 +1,7 @@
description "Kube-Scheduler service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd

View File

@ -1,7 +1,7 @@
description "Flannel service"
author "@chenxingyu"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
@ -26,4 +26,4 @@ script
. /etc/default/$UPSTART_JOB
fi
exec "$FLANNEL" $FLANNEL_OPTS
end script
end script

View File

@ -1,7 +1,7 @@
description "Kube-Proxy service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd

View File

@ -1,7 +1,7 @@
description "Kubelet service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd