Skip to content

Commit 31227f1

Browse files
committed
change some punctuation errors
1 parent c02b5f7 commit 31227f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/zh-cn/docs/reference/glossary/host-aliases.md

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

content/zh-cn/docs/reference/glossary/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ You can use Minikube to
4444

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

content/zh-cn/docs/reference/glossary/operator-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The [operator pattern](/docs/concepts/extend-kubernetes/operator/) is a system
2828
design that links a {{< glossary_tooltip term_id="controller" >}} to one or more custom
2929
resources.
3030
-->
31-
[operator 模式](/zh-cn/docs/concepts/extend-kubernetes/operator/) 是一种系统设计,
31+
[operator 模式](/zh-cn/docs/concepts/extend-kubernetes/operator/) 是一种系统设计
3232
将 {{< glossary_tooltip term_id="controller" >}} 关联到一个或多个自定义资源。
3333
<!--more-->
3434

content/zh-cn/docs/reference/glossary/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ A high-level summary of what phase the Pod is in within its lifecyle.
3737
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.
3838
-->
3939
[Pod 生命周期](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/) 是关于 Pod
40-
处于哪个阶段的概述。包含了下面 5 种可能的阶段: Running、Pending、Succeeded、
40+
处于哪个阶段的概述。包含了下面 5 种可能的阶段Running、Pending、Succeeded、
4141
Failed、Unknown。关于 Pod 的阶段的更高级描述请查阅
4242
[PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) `phase` 字段。

0 commit comments

Comments
 (0)