Commit e67f8ae0 authored by Eddie Simeon's avatar Eddie Simeon

For the ubuntu cluster, master and minion services should respawn.

This will allow more successful kube-up.sh executions. Since kube-apiserver doesn't start on the first try after etcd first starts up possibly due to the lack of resources on my server.
parent b56edd13
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
......
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
......
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