Clarification of failureThreshold of probes (#5963)
This commit is contained in:
@@ -260,8 +260,9 @@ to 1 second. Minimum value is 1.
|
|||||||
* `successThreshold`: Minimum consecutive successes for the probe to be
|
* `successThreshold`: Minimum consecutive successes for the probe to be
|
||||||
considered successful after having failed. Defaults to 1. Must be 1 for
|
considered successful after having failed. Defaults to 1. Must be 1 for
|
||||||
liveness. Minimum value is 1.
|
liveness. Minimum value is 1.
|
||||||
* `failureThreshold`: Minimum consecutive failures for the probe to be
|
* `failureThreshold`: When a Pod starts and the probe fails, Kubernetes will
|
||||||
considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
try `failureThreshold` times before giving up and restarting the Pod.
|
||||||
|
Defaults to 3. Minimum value is 1.
|
||||||
|
|
||||||
[HTTP probes](/docs/api-reference/{{page.version}}/#httpgetaction-v1-core)
|
[HTTP probes](/docs/api-reference/{{page.version}}/#httpgetaction-v1-core)
|
||||||
have additional fields that can be set on `httpGet`:
|
have additional fields that can be set on `httpGet`:
|
||||||
|
|||||||
Reference in New Issue
Block a user