You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,8 +330,8 @@ seconds. Minimum value is 1.
330
330
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
331
331
to 1 second. Minimum value is 1.
332
332
* `successThreshold`: Minimum consecutive successes for the probe to be
333
-
considered successful after having failed. Defaults to 1. Must be 1 for
334
-
liveness. Minimum value is 1.
333
+
considered successful after having failed. Defaults to 1. Must be 1 for liveness
334
+
and startup Probes. Minimum value is 1.
335
335
* `failureThreshold`: When a probe fails, Kubernetes will
336
336
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.
0 commit comments