Merge pull request #112350 from chenk008/reduce_kubeadm_tls_wait

Reduce kubeadm tls bootstrap wait
This commit is contained in:
Kubernetes Prow Robot 2022-09-14 22:21:22 -07:00 committed by GitHub
commit 657776e52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ const (
// TLSBootstrapTimeout specifies how long kubeadm should wait for the kubelet to perform the TLS Bootstrap
TLSBootstrapTimeout = 5 * time.Minute
// 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 = 40 * time.Second
// APICallWithReadTimeout specifies how long kubeadm should wait for api calls with only reads