@@ -65,12 +65,12 @@ To configure IPv4/IPv6 dual-stack, set dual-stack cluster network assignments:
65
65
* kube-proxy:
66
66
* ` --cluster-cidr=<IPv4 CIDR>,<IPv6 CIDR> `
67
67
* kubelet:
68
- * when there is no ` --cloud-provider ` the administrator can pass a comma-separated pair of IP
69
- addresses via ` --node-ip ` to manually configure dual-stack ` .status.addresses ` for that Node.
70
- If a Pod runs on that node in HostNetwork mode, the Pod reports these IP addresses in its
71
- ` .status.podIPs ` field.
72
- All ` podIPs ` in a node match the IP family preference defined by the ` .status.addresses `
73
- field for that Node.
68
+ * ` --node-ip=<IPv4 IP>,<IPv6 IP> `
69
+ * This option is required for bare metal dual-stack nodes (nodes that do not define a
70
+ cloud provider with the ` --cloud-provider ` flag). If you are using a cloud provider
71
+ and choose to override the node IPs chosen by the cloud provider, set the
72
+ ` -- node-ip ` option.
73
+ * (The legacy built-in cloud providers do not support dual-stack ` --node-ip ` .)
74
74
75
75
{{< note >}}
76
76
An example of an IPv4 CIDR: ` 10.244.0.0/16 ` (though you would supply your own address range)
@@ -79,13 +79,6 @@ An example of an IPv6 CIDR: `fdXY:IJKL:MNOP:15::/64` (this shows the format but
79
79
address - see [ RFC 4193] ( https://tools.ietf.org/html/rfc4193 ) )
80
80
{{< /note >}}
81
81
82
- {{< feature-state for_k8s_version="v1.27" state="alpha" >}}
83
-
84
- When using an external cloud provider, you can pass a dual-stack ` --node-ip ` value to
85
- kubelet if you enable the ` CloudDualStackNodeIPs ` feature gate in both kubelet and the
86
- external cloud provider. This is only supported for cloud providers that support dual
87
- stack clusters.
88
-
89
82
## Services
90
83
91
84
You can create {{< glossary_tooltip text="Services" term_id="service" >}} which can use IPv4, IPv6, or both.
0 commit comments