Commit 07312ee4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38527 from derekwaynecarr/reduce-max-wait-time

Automatic merge from submit-queue Fail kubelet is runtime is unresponsive for 30 seconds Fixes https://github.com/kubernetes/kubernetes/issues/30534
parents e092d3f4 af6c8a24
......@@ -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
......
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