Skip to content

Commit c2a305d

Browse files
authored
Merge pull request #44023 from my-git9/Liveness34f
[zh-cn] sync configure-liveness-readiness-startup-probes.md
2 parents 2306e4c + 40e7717 commit c2a305d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,12 +579,12 @@ Readiness probes runs on the container during its whole lifecycle.
579579

580580
{{< caution >}}
581581
<!--
582-
Liveness probes *do not* wait for readiness probes to succeed.
583-
If you want to wait before executing a liveness probe you should use
582+
The readiness and liveness probes do not depend on each other to succeed.
583+
If you want to wait before executing a readiness probe, you should use
584584
`initialDelaySeconds` or a `startupProbe`.
585585
-->
586-
存活探针**不等待**就绪性探针成功
587-
如果要在执行存活探针之前等待,应该使用 `initialDelaySeconds` 或 `startupProbe`。
586+
存活探针与就绪性探针相互间不等待对方成功
587+
如果要在执行就绪性探针之前等待,应该使用 `initialDelaySeconds` 或 `startupProbe`。
588588
{{< /caution >}}
589589

590590
<!--

0 commit comments

Comments
 (0)