[zh] fix docs/concepts/overview/components.md
Signed-off-by: Yanping Wu wuyanping@uniontech.com
This commit is contained in:
parent
cc51e7c4e8
commit
44e04e6314
|
|
@ -33,7 +33,8 @@ a complete and working Kubernetes cluster.
|
||||||
-->
|
-->
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
当你部署完 Kubernetes,便拥有了一个完整的集群。
|
当你部署完 Kubernetes,便拥有了一个完整的集群。
|
||||||
{{< glossary_definition term_id="cluster" length="all" prepend="一个 Kubernetes">}}
|
|
||||||
|
{{< glossary_definition term_id="cluster" length="all" >}}
|
||||||
|
|
||||||
本文档概述了一个正常运行的 Kubernetes 集群所需的各种组件。
|
本文档概述了一个正常运行的 Kubernetes 集群所需的各种组件。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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`.
|
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,
|
Kubernetes 将 `service-cluster-ip-range` 配置的 IPv6 地址范围给 Service 分配集群 IP,
|
||||||
并将 `.spec.ipFamilyPolicy` 设置为 `SingleStack`。
|
并将 `.spec.ipFamilyPolicy` 设置为 `SingleStack`。
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue