Container Liveness probe InitialDelay time increased to accomodate slow machines

This commit is contained in:
ravisantoshgudimetla 2018-02-01 15:18:22 -05:00
parent c549dc7b4c
commit ce2c468677

View File

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