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-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
+39-6Lines changed: 39 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ title: 配置存活、就绪和启动探针
3
3
content_type: task
4
4
weight: 110
5
5
---
6
+
<!--
7
+
title: Configure Liveness, Readiness and Startup Probes
8
+
content_type: task
9
+
weight: 110
10
+
-->
6
11
7
12
<!-- overview -->
8
13
<!--
@@ -608,19 +613,47 @@ to 1 second. Minimum value is 1.
608
613
* `successThreshold`: Minimum consecutive successes for the probe to be
609
614
considered successful after having failed. Defaults to 1. Must be 1 for liveness
610
615
and startup Probes. Minimum value is 1.
611
-
* `failureThreshold`: When a probe fails, Kubernetes will
612
-
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