Skip to content

Commit fb24666

Browse files
authored
Merge pull request #35353 from geyaning/main
"Modify" both can ensure that "should translate to" both used togethe…
2 parents 0514dc3 + c54c1ec commit fb24666

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
@@ -570,7 +570,7 @@ for it, and that containers are restarted when they fail.
570570
HTTP 和 TCP 的就绪探测器配置也和存活探测器的配置完全相同。
571571

572572
就绪和存活探测可以在同一个容器上并行使用。
573-
两者都可以确保流量不会发给还未就绪的容器,当这些探测失败时容器会被重新启动。
573+
两者共同使用,可以确保流量不会发给还未就绪的容器,当这些探测失败时容器会被重新启动。
574574

575575
<!--
576576
## Configure Probes

0 commit comments

Comments
 (0)