Update pod-lifecycle.md

修改错误词语’期线‘为’期限‘
This commit is contained in:
bing
2020-12-09 14:22:48 +08:00
committed by GitHub
parent 5e1e6196f2
commit 725da5e20f
@@ -745,7 +745,7 @@ An example flow:
to 0 (immediate deletion). to 0 (immediate deletion).
1. The API server deletes the Pod's API object, which is then no longer visible from any client. 1. The API server deletes the Pod's API object, which is then no longer visible from any client.
--> -->
4. 超出终止宽限期线时,`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内 4. 超出终止宽限期时,`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内
仍在运行的进程发送 `SIGKILL` 信号。 仍在运行的进程发送 `SIGKILL` 信号。
`kubelet` 也会清理隐藏的 `pause` 容器,如果容器运行时使用了这种容器的话。 `kubelet` 也会清理隐藏的 `pause` 容器,如果容器运行时使用了这种容器的话。