Potential edit for k8s.io/docs/concepts/services-networking/dual-stack/ #49773
Labels
language/en
Issues or PRs related to English language
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
sig/network
Categorizes an issue or PR as relevant to SIG Network.
For #3 under Dual-stack options on new Services, should the last mention of
spec.clusterIPs
instead sayspec.ipFamilies
?Current:
This Service specification explicitly defines IPv6 and IPv4 in .spec.ipFamilies as well as defining PreferDualStack in .spec.ipFamilyPolicy. When Kubernetes assigns an IPv6 and IPv4 address in .spec.clusterIPs, .spec.clusterIP is set to the IPv6 address because that is the first element in the .spec.clusterIPs array, overriding the default.
Potential edit:
This Service specification explicitly defines IPv6 and IPv4 in .spec.ipFamilies as well as defining PreferDualStack in .spec.ipFamilyPolicy. When Kubernetes assigns an IPv6 and IPv4 address in .spec.clusterIPs, .spec.clusterIP is set to the IPv6 address because that is the first element in the .spec.ipFamilies array, overriding the default.
The text was updated successfully, but these errors were encountered: