mirror of https://github.com/kubernetes/kops.git
upup: increase etcd initialDelaySeconds
Otherwise a transient problem can put etcd into a restart loop, where k8s backs off and a quorum of nodes won't exist simultaneously.
This commit is contained in:
parent
771c436101
commit
7e820f89fa
|
|
@ -43,7 +43,7 @@ spec:
|
|||
host: 127.0.0.1
|
||||
port: {{ .ClientPort }}
|
||||
path: /health
|
||||
initialDelaySeconds: 15
|
||||
initialDelaySeconds: 600
|
||||
timeoutSeconds: 15
|
||||
ports:
|
||||
- name: serverport
|
||||
|
|
|
|||
Loading…
Reference in New Issue