Commit ce2c4686 authored by ravisantoshgudimetla's avatar ravisantoshgudimetla

Container Liveness probe InitialDelay time increased to accomodate slow machines

parent c549dc7b
......@@ -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.
},
},
},
......
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