Skip to content

Commit 415c863

Browse files
authored
Merge pull request #47176 from kundan2707/failureThreshold
updated default and min value
2 parents 4ab0490 + b302bd2 commit 415c863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ liveness and readiness checks:
405405
Minimum value is 1.
406406
* `failureThreshold`: After a probe fails `failureThreshold` times in a row, Kubernetes
407407
considers that the overall check has failed: the container is _not_ ready/healthy/live.
408+
Defaults to 3. Minimum value is 1.
408409
For the case of a startup or liveness probe, if at least `failureThreshold` probes have
409410
failed, Kubernetes treats the container as unhealthy and triggers a restart for that
410411
specific container. The kubelet honors the setting of `terminationGracePeriodSeconds`

0 commit comments

Comments
 (0)