Skip to content

Commit

Permalink
Merge pull request kubernetes#44023 from my-git9/Liveness34f
Browse files Browse the repository at this point in the history
[zh-cn] sync configure-liveness-readiness-startup-probes.md
  • Loading branch information
k8s-ci-robot authored Nov 22, 2023
2 parents 2306e4c + 40e7717 commit c2a305d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,12 @@ Readiness probes runs on the container during its whole lifecycle.

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

<!--
Expand Down

0 comments on commit c2a305d

Please sign in to comment.