Merge pull request #24995 from PrakherS/patch-1

Update pod-lifecycle.md
This commit is contained in:
Kubernetes Prow Robot
2021-01-12 11:42:35 -08:00
committed by GitHub
@@ -332,7 +332,7 @@ a time longer than the liveness interval would allow.
If your container usually starts in more than If your container usually starts in more than
`initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a `initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a
startup probe that checks the same endpoint as the liveness probe. The default for startup probe that checks the same endpoint as the liveness probe. The default for
`periodSeconds` is 30s. You should then set its `failureThreshold` high enough to `periodSeconds` is 10s. You should then set its `failureThreshold` high enough to
allow the container to start, without changing the default values of the liveness allow the container to start, without changing the default values of the liveness
probe. This helps to protect against deadlocks. probe. This helps to protect against deadlocks.