Skip to content

Commit 725da5e

Browse files
authored
Update pod-lifecycle.md
修改错误词语’期线‘为’期限‘
1 parent 5e1e619 commit 725da5e

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)