mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
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
This commit is contained in:
commit
07312ee4b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user