Merge pull request #25511 from ycyxuehan/patch-5
Update pod-lifecycle.md
This commit is contained in:
commit
5ef54c7426
|
@ -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` 容器,如果容器运行时使用了这种容器的话。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue