mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Container Liveness probe InitialDelay time increased to accomodate slow machines
This commit is contained in:
parent
c549dc7b4c
commit
ce2c468677
@ -263,7 +263,7 @@ var _ = framework.KubeDescribe("Probing container", func() {
|
||||
},
|
||||
InitialDelaySeconds: 15,
|
||||
TimeoutSeconds: 5,
|
||||
FailureThreshold: 1,
|
||||
FailureThreshold: 5, // to accommodate nodes which are slow in bringing up containers.
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user