Skip to content

Commit cdb39ed

Browse files
authored
Merge pull request #21981 from MajorBreakfast/patch-3
Fix description of failureThreshold
2 parents 77d3c3c + f52ab12 commit cdb39ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ to 1 second. Minimum value is 1.
332332
* `successThreshold`: Minimum consecutive successes for the probe to be
333333
considered successful after having failed. Defaults to 1. Must be 1 for
334334
liveness. Minimum value is 1.
335-
* `failureThreshold`: When a Pod starts and the probe fails, Kubernetes will
335+
* `failureThreshold`: When a probe fails, Kubernetes will
336336
try `failureThreshold` times before giving up. Giving up in case of liveness probe means restarting the container. In case of readiness probe the Pod will be marked Unready.
337337
Defaults to 3. Minimum value is 1.
338338

0 commit comments

Comments
 (0)