mirror of https://github.com/k3s-io/k3s
kubeadm: adapt timeout for new etcd member to join
parent
f2b133d7b4
commit
6dc6ce78d9
|
@ -40,7 +40,7 @@ const (
|
|||
etcdVolumeName = "etcd-data"
|
||||
certsVolumeName = "etcd-certs"
|
||||
etcdHealthyCheckInterval = 5 * time.Second
|
||||
etcdHealthyCheckRetries = 20
|
||||
etcdHealthyCheckRetries = 8
|
||||
)
|
||||
|
||||
// CreateLocalEtcdStaticPodManifestFile will write local etcd static pod manifest file.
|
||||
|
|
Loading…
Reference in New Issue