[zh-cn] updated three glossary files

This commit is contained in:
Michael
2022-07-09 14:33:46 +08:00
parent 5ae09a972d
commit a56c6b30eb
4 changed files with 6 additions and 14 deletions
@@ -37,6 +37,6 @@ A high-level summary of what phase the Pod is in within its lifecyle.
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is defined by the states or phases of a Pod. There are five possible Pod phases: Pending, Running, Succeeded, Failed, and Unknown. A high-level description of the Pod state is summarized in the [PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) `phase` field.
-->
[Pod 生命周期](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/) 是关于 Pod
处于哪个阶段的概述。包含了下面5种可能的阶段: Running、Pending、Succeeded、
处于哪个阶段的概述。包含了下面 5 种可能的阶段: Running、Pending、Succeeded、
Failed、Unknown。关于 Pod 的阶段的更高级描述请查阅
[PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) `phase` 字段。