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/zh/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
@@ -497,7 +497,7 @@ seconds. Minimum value is 1.
497
497
to 1 second. Minimum value is 1.
498
498
* `successThreshold`: Minimum consecutive successes for the probe to be
499
499
considered successful after having failed. Defaults to 1. Must be 1 for
500
-
liveness. Minimum value is 1.
500
+
liveness and startup Probes. Minimum value is 1.
501
501
* `failureThreshold`: When a probe fails, Kubernetes will
502
502
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.
503
503
Defaults to 3. Minimum value is 1.
@@ -506,7 +506,7 @@ Defaults to 3. Minimum value is 1.
0 commit comments