From c54c1ec4507ed1f71a5dbe5bf1ffef8d1f099733 Mon Sep 17 00:00:00 2001 From: gaiyaning Date: Mon, 25 Jul 2022 19:29:52 +0800 Subject: [PATCH] "Modify" both can ensure that "should translate to" both used together, can ensure that --- .../configure-liveness-readiness-startup-probes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md b/content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md index bf86ee2d1f..8ca6b9cd65 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md @@ -570,7 +570,7 @@ for it, and that containers are restarted when they fail. HTTP 和 TCP 的就绪探测器配置也和存活探测器的配置完全相同。 就绪和存活探测可以在同一个容器上并行使用。 -两者都可以确保流量不会发给还未就绪的容器,当这些探测失败时容器会被重新启动。 +两者共同使用,可以确保流量不会发给还未就绪的容器,当这些探测失败时容器会被重新启动。