Skip to content

Commit 4001b9c

Browse files
author
Antonio Ojea
authored
Update dual-stack node.status
Add missing comment about node addresses and podIPs order: kubernetes/kubernetes#95239 kubernetes/kubernetes#97979
1 parent 6e892c3 commit 4001b9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/services-networking/dual-stack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ To configure IPv4/IPv6 dual-stack, set dual-stack cluster network assignments:
5959
* `--node-cidr-mask-size-ipv4|--node-cidr-mask-size-ipv6` defaults to /24 for IPv4 and /64 for IPv6
6060
* kube-proxy:
6161
* `--cluster-cidr=<IPv4 CIDR>,<IPv6 CIDR>`
62+
* kubelet:
63+
* when there is no `--cloud-provider` the administrator can pass a comma-separated pair of IPs via `--node-ip`
64+
to manually configure dual-stack `node.status.addresses`. HostNetwork pods will report these IPs in `.status.podIPs`.
65+
All `podIPs` in a node will match the IP family preference defined by the `node.status.addresses` on that node.
6266

6367
{{< note >}}
6468
An example of an IPv4 CIDR: `10.244.0.0/16` (though you would supply your own address range)

0 commit comments

Comments
 (0)