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"
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
\ No newline at end of file
end script
description "Kube-Apiserver service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
......
description "Kube-Controller-Manager service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
......
description "Kube-Scheduler service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
......
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
\ No newline at end of file
end script
description "Kube-Proxy service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with etcd
start on started etcd
......
description "Kubelet service"
author "@jainvipin"
# respawn
respawn
# start in conjunction with 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