Commit 6dd6812f authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #12129 from eddiesimeon/patch-2

For the ubuntu cluster, master and minion services should respawn.
parents ac12eaf4 e67f8ae0
description "Flannel service" description "Flannel service"
author "@chenxingyu" author "@chenxingyu"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
...@@ -26,4 +26,4 @@ script ...@@ -26,4 +26,4 @@ script
. /etc/default/$UPSTART_JOB . /etc/default/$UPSTART_JOB
fi fi
exec "$FLANNEL" $FLANNEL_OPTS exec "$FLANNEL" $FLANNEL_OPTS
end script end script
\ No newline at end of file
description "Kube-Apiserver service" description "Kube-Apiserver service"
author "@jainvipin" author "@jainvipin"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
......
description "Kube-Controller-Manager service" description "Kube-Controller-Manager service"
author "@jainvipin" author "@jainvipin"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
......
description "Kube-Scheduler service" description "Kube-Scheduler service"
author "@jainvipin" author "@jainvipin"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
......
description "Flannel service" description "Flannel service"
author "@chenxingyu" author "@chenxingyu"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
...@@ -26,4 +26,4 @@ script ...@@ -26,4 +26,4 @@ script
. /etc/default/$UPSTART_JOB . /etc/default/$UPSTART_JOB
fi fi
exec "$FLANNEL" $FLANNEL_OPTS exec "$FLANNEL" $FLANNEL_OPTS
end script end script
\ No newline at end of file
description "Kube-Proxy service" description "Kube-Proxy service"
author "@jainvipin" author "@jainvipin"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
......
description "Kubelet service" description "Kubelet service"
author "@jainvipin" author "@jainvipin"
# respawn respawn
# start in conjunction with etcd # start in conjunction with etcd
start on started etcd start on started etcd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment