Skip to content

Commit

Permalink
Merge pull request #47176 from kundan2707/failureThreshold
Browse files Browse the repository at this point in the history
updated default and min value
  • Loading branch information
k8s-ci-robot authored Jul 17, 2024
2 parents 4ab0490 + b302bd2 commit 415c863
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ liveness and readiness checks:
Minimum value is 1.
* `failureThreshold`: After a probe fails `failureThreshold` times in a row, Kubernetes
considers that the overall check has failed: the container is _not_ ready/healthy/live.
Defaults to 3. Minimum value is 1.
For the case of a startup or liveness probe, if at least `failureThreshold` probes have
failed, Kubernetes treats the container as unhealthy and triggers a restart for that
specific container. The kubelet honors the setting of `terminationGracePeriodSeconds`
Expand Down

0 comments on commit 415c863

Please sign in to comment.