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:
Justin Santa Barbara 2016-06-11 00:20:57 -04:00
parent 771c436101
commit 7e820f89fa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ spec:
host: 127.0.0.1
port: {{ .ClientPort }}
path: /health
initialDelaySeconds: 15
initialDelaySeconds: 600
timeoutSeconds: 15
ports:
- name: serverport