mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
reduce kubeadm tls bootstrap retry interval to 1s
This commit is contained in:
parent
2b2be7fa6b
commit
c601c7fd4c
@ -211,7 +211,7 @@ const (
|
|||||||
// TLSBootstrapTimeout specifies how long kubeadm should wait for the kubelet to perform the TLS Bootstrap
|
// TLSBootstrapTimeout specifies how long kubeadm should wait for the kubelet to perform the TLS Bootstrap
|
||||||
TLSBootstrapTimeout = 5 * time.Minute
|
TLSBootstrapTimeout = 5 * time.Minute
|
||||||
// TLSBootstrapRetryInterval specifies how long kubeadm should wait before retrying the TLS Bootstrap check
|
// TLSBootstrapRetryInterval specifies how long kubeadm should wait before retrying the TLS Bootstrap check
|
||||||
TLSBootstrapRetryInterval = 5 * time.Second
|
TLSBootstrapRetryInterval = 1 * time.Second
|
||||||
// APICallWithWriteTimeout specifies how long kubeadm should wait for api calls with at least one write
|
// APICallWithWriteTimeout specifies how long kubeadm should wait for api calls with at least one write
|
||||||
APICallWithWriteTimeout = 40 * time.Second
|
APICallWithWriteTimeout = 40 * time.Second
|
||||||
// APICallWithReadTimeout specifies how long kubeadm should wait for api calls with only reads
|
// APICallWithReadTimeout specifies how long kubeadm should wait for api calls with only reads
|
||||||
|
Loading…
Reference in New Issue
Block a user