change some punctuation errors

This commit is contained in:
ut003055 2022-08-19 15:29:54 +08:00
parent c02b5f7a85
commit 31227f11e3
4 changed files with 4 additions and 4 deletions

View File

@ -36,4 +36,4 @@ tags:
-->
[HostAliases](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#hostalias-v1-core)
是一个包含主机名和 IP 地址的可选列表,配置后将被注入到 Pod 内的 hosts 文件中。
该选项仅适用于没有配置 hostNetwork 的 Pod.
该选项仅适用于没有配置 hostNetwork 的 Pod

View File

@ -44,4 +44,4 @@ You can use Minikube to
Minikube 在用户计算机上的一个虚拟机内运行单节点 Kubernetes 集群。
你可以使用 Minikube
[在学习环境中尝试 Kubernetes](/zh-cn/docs/setup/learning-environment/).
[在学习环境中尝试 Kubernetes](/zh-cn/docs/setup/learning-environment/)

View File

@ -28,7 +28,7 @@ The [operator pattern](/docs/concepts/extend-kubernetes/operator/) is a system
design that links a {{< glossary_tooltip term_id="controller" >}} to one or more custom
resources.
-->
[operator 模式](/zh-cn/docs/concepts/extend-kubernetes/operator/) 是一种系统设计,
[operator 模式](/zh-cn/docs/concepts/extend-kubernetes/operator/) 是一种系统设计
将 {{< glossary_tooltip term_id="controller" >}} 关联到一个或多个自定义资源。
<!--more-->

View File

@ -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` 字段。