Update pod-lifecycle.md (#47959)

* Update pod-lifecycle.md

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

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
pull/47978/head
HITMAN 2024-09-18 05:52:43 +05:30 committed by GitHub
parent e26bcdfa38
commit c5e917e62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ the `Terminated` state.
-->
### `Terminated`(已终止) {#container-state-terminated}
处于 `Terminated` 状态的容器已经开始执行并且或者正常结束或者因为某些原因失败。
处于 `Terminated` 状态的容器开始执行后,或者运行至正常结束或者因为某些原因失败。
如果你使用 `kubectl` 来查询包含 `Terminated` 状态的容器的 Pod 时,
你会看到容器进入此状态的原因、退出代码以及容器执行期间的起止时间。