Skip to content

Commit 5ef54c7

Browse files
authored
Merge pull request #25511 from ycyxuehan/patch-5
Update pod-lifecycle.md
2 parents b8b9596 + 725da5e commit 5ef54c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ An example flow:
745745
to 0 (immediate deletion).
746746
1. The API server deletes the Pod's API object, which is then no longer visible from any client.
747747
-->
748-
4. 超出终止宽限期线时`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内
748+
4. 超出终止宽限期限时`kubelet` 会触发强制关闭过程。容器运行时会向 Pod 中所有容器内
749749
仍在运行的进程发送 `SIGKILL` 信号。
750750
`kubelet` 也会清理隐藏的 `pause` 容器,如果容器运行时使用了这种容器的话。
751751

0 commit comments

Comments
 (0)