mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Reduce max container runtime wait time
This commit is contained in:
parent
e6050f1865
commit
af6c8a2479
@ -97,7 +97,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Max amount of time to wait for the container runtime to come up.
|
// 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 specifies how many times kubelet retries when posting node status failed.
|
||||||
nodeStatusUpdateRetry = 5
|
nodeStatusUpdateRetry = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user