We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b9596 + 725da5e commit 5ef54c7Copy full SHA for 5ef54c7
content/zh/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -745,7 +745,7 @@ An example flow:
745
to 0 (immediate deletion).
746
1. The API server deletes the Pod's API object, which is then no longer visible from any client.
747
-->
748
-4. 超出终止宽限期线时,`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内
+4. 超出终止宽限期限时,`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内
749
仍在运行的进程发送 `SIGKILL` 信号。
750
`kubelet` 也会清理隐藏的 `pause` 容器,如果容器运行时使用了这种容器的话。
751
0 commit comments