Skip to content

Commit 8bd52f7

Browse files
newfzknewfzk
authored andcommitted
Update configure-liveness-readiness-startup-probes.md
将 liveness and readiness probes do not start until it succeeds,翻译为`启动探针识别到容器成功启动之前,存活探针和就绪探针不会生效`,个人认为这样更易理解到启动探针在存活探针和就绪探针之前生效的含义
1 parent 6efe7f3 commit 8bd52f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kubelet 使用就绪探针可以知道容器何时准备好接受请求流量,
5252
若 Pod 尚未就绪,会被从 Service 的负载均衡器中剔除。
5353

5454
kubelet 使用启动探针来了解应用容器何时启动。
55-
如果配置了这类探针,存活探针和就绪探针成功之前不会重启,确保这些探针不会影响应用的启动
55+
如果配置了这类探针,存活探针和就绪探针在启动探针成功之前不会启动,从而确保存活探针或就绪探针不会影响应用的启动
5656
启动探针可以用于对慢启动容器进行存活性检测,避免它们在启动运行之前就被杀掉。
5757

5858
{{< caution >}}

0 commit comments

Comments
 (0)