diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index 798783f1c33..52033378901 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -97,7 +97,7 @@ import ( const ( // Max amount of time to wait for the container runtime to come up. - maxWaitForContainerRuntime = 5 * time.Minute + maxWaitForContainerRuntime = 30 * time.Second // nodeStatusUpdateRetry specifies how many times kubelet retries when posting node status failed. nodeStatusUpdateRetry = 5