We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da5ab55 + a2a2896 commit 28b3930Copy full SHA for 28b3930
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -332,7 +332,7 @@ a time longer than the liveness interval would allow.
332
If your container usually starts in more than
333
`initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a
334
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
+`periodSeconds` is 10s. You should then set its `failureThreshold` high enough to
336
allow the container to start, without changing the default values of the liveness
337
probe. This helps to protect against deadlocks.
338
0 commit comments