Skip to content

Commit e0d085a

Browse files
authored
Merge pull request #47173 from my-git9/pp-6959
[zh-cn] sync configure-liveness-readiness-startup-probes.md
2 parents c68ba3f + c1c0c25 commit e0d085a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ weight: 140
1313
<!--
1414
This page shows how to configure liveness, readiness and startup probes for containers.
1515
16+
For more information about probes, see [Liveness, Readiness and Startup Probes](/docs/concepts/configuration/liveness-readiness-startup-probes)
17+
1618
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) uses
1719
liveness probes to know when to restart a container. For example, liveness
1820
probes could catch a deadlock, where an application is running, but unable to
@@ -21,6 +23,9 @@ application more available despite bugs.
2123
-->
2224
这篇文章介绍如何给容器配置存活(Liveness)、就绪(Readiness)和启动(Startup)探针。
2325

26+
有关探针的更多信息,请参阅
27+
[Liveness、Readiness 和 Startup 探针](/zh-cn/docs/concepts/configuration/liveness-readiness-startup-probes)
28+
2429
[kubelet](/zh-cn/docs/reference/command-line-tools-reference/kubelet/)
2530
使用存活探针来确定什么时候要重启容器。
2631
例如,存活探针可以探测到应用死锁(应用在运行,但是无法继续执行后面的步骤)情况。

0 commit comments

Comments
 (0)