Skip to content

Commit 28b3930

Browse files
authored
Merge pull request #24995 from PrakherS/patch-1
Update pod-lifecycle.md
2 parents da5ab55 + a2a2896 commit 28b3930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ a time longer than the liveness interval would allow.
332332
If your container usually starts in more than
333333
`initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a
334334
startup probe that checks the same endpoint as the liveness probe. The default for
335-
`periodSeconds` is 30s. You should then set its `failureThreshold` high enough to
335+
`periodSeconds` is 10s. You should then set its `failureThreshold` high enough to
336336
allow the container to start, without changing the default values of the liveness
337337
probe. This helps to protect against deadlocks.
338338

0 commit comments

Comments
 (0)