mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #12129 from eddiesimeon/patch-2
For the ubuntu cluster, master and minion services should respawn.
This commit is contained in:
commit
6dd6812f85
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user