[zh] fix docs/concepts/overview/components.md

Signed-off-by: Yanping Wu wuyanping@uniontech.com
This commit is contained in:
wuyanpinguniontech 2022-09-01 10:37:33 +08:00
parent cc51e7c4e8
commit 44e04e6314
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ a complete and working Kubernetes cluster.
-->
<!-- overview -->
当你部署完 Kubernetes便拥有了一个完整的集群。
{{< glossary_definition term_id="cluster" length="all" prepend="一个 Kubernetes">}}
{{< glossary_definition term_id="cluster" length="all" >}}
本文档概述了一个正常运行的 Kubernetes 集群所需的各种组件。

View File

@ -213,7 +213,7 @@ status:
<!--
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`.
-->
创建以下显定义 `.spec.ipFamilies` 数组中的第一个元素为 IPv6 的 Service。
创建以下显定义 `.spec.ipFamilies` 数组中的第一个元素为 IPv6 的 Service。
Kubernetes 将 `service-cluster-ip-range` 配置的 IPv6 地址范围给 Service 分配集群 IP
并将 `.spec.ipFamilyPolicy` 设置为 `SingleStack`