Skip to content

Commit 9221aa5

Browse files
authored
Merge pull request #36480 from wuyanpinguniontech/main
[zh] fix docs/concepts/overview/components.md
2 parents cc51e7c + 44e04e6 commit 9221aa5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/zh-cn/docs/concepts/overview/components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ a complete and working Kubernetes cluster.
3333
-->
3434
<!-- overview -->
3535
当你部署完 Kubernetes,便拥有了一个完整的集群。
36-
{{< glossary_definition term_id="cluster" length="all" prepend="一个 Kubernetes">}}
36+
37+
{{< glossary_definition term_id="cluster" length="all" >}}
3738

3839
本文档概述了一个正常运行的 Kubernetes 集群所需的各种组件。
3940

content/zh-cn/docs/tasks/network/validate-dual-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ status:
213213
<!--
214214
Create the following Service that explicitly defines `IPv6` as the first array element in `.spec.ipFamilies`. Kubernetes will assign a cluster IP for the Service from the IPv6 range configured `service-cluster-ip-range` and set the `.spec.ipFamilyPolicy` to `SingleStack`.
215215
-->
216-
创建以下显示定义 `.spec.ipFamilies` 数组中的第一个元素为 IPv6 的 Service。
216+
创建以下显式定义 `.spec.ipFamilies` 数组中的第一个元素为 IPv6 的 Service。
217217
Kubernetes 将 `service-cluster-ip-range` 配置的 IPv6 地址范围给 Service 分配集群 IP,
218218
并将 `.spec.ipFamilyPolicy` 设置为 `SingleStack`。
219219

0 commit comments

Comments
 (0)