Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
Adding the successThreshold default value of startupProbe in the Configure Probes section. fixes: https://github.com/kubernetes/website/issues/24049 Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -330,8 +330,8 @@ seconds. Minimum value is 1.
|
|||||||
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
|
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
|
||||||
to 1 second. Minimum value is 1.
|
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
|
||||||
liveness. Minimum value is 1.
|
and startup Probes. Minimum value is 1.
|
||||||
* `failureThreshold`: When a probe fails, Kubernetes will
|
* `failureThreshold`: When a probe fails, Kubernetes will
|
||||||
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.
|
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.
|
||||||
Defaults to 3. Minimum value is 1.
|
Defaults to 3. Minimum value is 1.
|
||||||
|
|||||||
Reference in New Issue
Block a user