update the markdown file in the glossary directory for Chinese version.

This commit is contained in:
jialaijun
2020-12-28 19:00:26 +08:00
parent 581780028c
commit f5354c3210
23 changed files with 67 additions and 56 deletions
@@ -34,10 +34,9 @@ A high-level summary of what phase the Pod is in within its lifecyle.
<!--more-->
<!--
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pods `status` field is a [PodStatus](/docs/reference/generated/kubernetes-api/v1.13/#podstatus-v1-core) object, which has a `phase` field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.
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/docs/concepts/workloads/pods/pod-lifecycle/) 是关于 Pod
在其生命周期中处于哪个阶段的更高层次概述。Pod 的`status` 字段是
[PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core)
对象, 该对象的 `phase` 字段包含了下面的状态: Running、Pending、Succeeded、
Failed、Unknown、Completed 或 CrashLoopBackOff。
处于哪个阶段的概述。包含了下面5种可能的的阶段: Running、Pending、Succeeded、
Failed、Unknown。关于 Pod 的阶段的更高级描述请查阅
[PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) `phase` 字段。