You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/services-networking/dual-stack.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,10 @@ Enabling IPv4/IPv6 dual-stack on your Kubernetes cluster provides the following
60
60
<!--
61
61
* Dual-stack Pod networking (a single IPv4 and IPv6 address assignment per Pod)
62
62
* IPv4 and IPv6 enabled Services (each Service must be for a single address family)
63
-
* Kubenet multi address family support (IPv4 and IPv6)
64
63
* Pod off-cluster egress routing (eg. the Internet) via both IPv4 and IPv6 interfaces
65
64
-->
66
65
* 双协议栈 pod 网络 (每个 pod 分配一个 IPv4 和 IPv6 地址)
67
66
* IPv4 和 IPv6 启用的服务 (每个服务必须是一个单独的地址族)
68
-
* Kubenet 多地址族支持(IPv4 和 IPv6)
69
67
* Pod 的集群外出口通过 IPv4 和 IPv6 路由
70
68
71
69
<!--
@@ -81,12 +79,12 @@ The following prerequisites are needed in order to utilize IPv4/IPv6 dual-stack
81
79
<!--
82
80
* Kubernetes 1.16 or later
83
81
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
84
-
* Kubenet network plugin
82
+
* A network plugin that supports dual-stack (such as Kubenet or Calico)
The default address family for your cluster is the address family of the first service cluster IP range configured via the `--service-cluster-ip-range` flag to the kube-controller-manager.
135
132
-->
133
+
{{< note >}}
136
134
集群的默认地址族是第一个服务集群 IP 范围的地址族,该地址范围通过 kube-controller-manager 上的 `--service-cluster-ip-range` 标志设置。
137
135
{{< /note >}}
138
136
@@ -158,7 +156,7 @@ The following Service specification does not include the `ipFamily` field. Kuber
158
156
<!--
159
157
The following Service specification includes the `ipFamily` field. Kubernetes will assign an IPv6 address (also known as a "cluster IP") from the configured `service-cluster-ip-range` to this Service.
0 commit comments