kubeadm: adapt timeout for new etcd member to join

parent f2b133d7
......@@ -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.
......
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