Merge pull request #25511 from ycyxuehan/patch-5

Update pod-lifecycle.md
This commit is contained in:
Kubernetes Prow Robot 2020-12-10 03:18:54 -08:00 committed by GitHub
commit 5ef54c7426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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` 容器,如果容器运行时使用了这种容器的话。