Skip to content

Commit 4ac9aa4

Browse files
authored
Merge pull request #29532 from aojea/patch-1
Update dual-stack node.status
2 parents bec8398 + d27e177 commit 4ac9aa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ To configure IPv4/IPv6 dual-stack, set dual-stack cluster network assignments:
5757
* `--node-cidr-mask-size-ipv4|--node-cidr-mask-size-ipv6` defaults to /24 for IPv4 and /64 for IPv6
5858
* kube-proxy:
5959
* `--cluster-cidr=<IPv4 CIDR>,<IPv6 CIDR>`
60+
* kubelet:
61+
* when there is no `--cloud-provider` the administrator can pass a comma-separated pair
62+
of IP addresses via `--node-ip` to manually configure dual-stack `.status.addresses`
63+
for that Node.
64+
If a Pod runs on that node in HostNetwork mode, the Pod reports these IP addresses in its
65+
`.status.podIPs` field.
66+
All `podIPs` in a node match the IP family preference defined by the
67+
`.status.addresses` field for that Node.
6068

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

0 commit comments

Comments
 (0)