Clarifications for dual-stack going GA in 1.23.

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
pull/30677/head
Bridget Kromhout 2021-11-29 15:41:43 -06:00
parent 44576253cf
commit 014f73f326
No known key found for this signature in database
GPG Key ID: 7D8605B545A76BAF
2 changed files with 2 additions and 4 deletions

View File

@ -71,7 +71,7 @@ Run kubeadm to initiate the dual-stack control plane node:
kubeadm init --config=kubeadm-config.yaml
```
Currently, the kube-controller-manager flags `--node-cidr-mask-size-ipv4|--node-cidr-mask-size-ipv6` are being left with default values. See [enable IPv4/IPv6 dual stack](/docs/concepts/services-networking/dual-stack#enable-ipv4ipv6-dual-stack).
The kube-controller-manager flags `--node-cidr-mask-size-ipv4|--node-cidr-mask-size-ipv6` are set with default values. See [configure IPv4/IPv6 dual stack](/docs/concepts/services-networking/dual-stack#configure-ipv4-ipv6-dual-stack).
{{< note >}}
The `--apiserver-advertise-address` flag does not support dual-stack.

View File

@ -340,9 +340,7 @@ Kubernetes on Windows does not support single-stack "IPv6-only" networking. Howe
dual-stack IPv4/IPv6 networking for pods and nodes with single-family services
is supported.
You can enable IPv4/IPv6 dual-stack networking for `l2bridge` networks using the
`IPv6DualStack` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
See [enable IPv4/IPv6 dual stack](/docs/concepts/services-networking/dual-stack#enable-ipv4ipv6-dual-stack) for more details.
You can use IPv4/IPv6 dual-stack networking with `l2bridge` networks. See [configure IPv4/IPv6 dual stack](/docs/concepts/services-networking/dual-stack#configure-ipv4-ipv6-dual-stack) for more details.
{{< note >}}
Overlay (VXLAN) networks on Windows do not support dual-stack networking.