File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -579,12 +579,12 @@ Readiness probes runs on the container during its whole lifecycle.
579
579
580
580
{{< caution >}}
581
581
<!--
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
584
584
` initialDelaySeconds` or a `startupProbe`.
585
585
-->
586
- 存活探针**不等待**就绪性探针成功 。
587
- 如果要在执行存活探针之前等待 ,应该使用 `initialDelaySeconds` 或 `startupProbe`。
586
+ 存活探针与就绪性探针相互间不等待对方成功 。
587
+ 如果要在执行就绪性探针之前等待 ,应该使用 `initialDelaySeconds` 或 `startupProbe`。
588
588
{{< /caution >}}
589
589
590
590
<!--
You can’t perform that action at this time.
0 commit comments