You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/dual-stack.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,8 @@ set the `.spec.ipFamilyPolicy` field to one of the following values:
91
91
92
92
*`SingleStack`: Single-stack service. The control plane allocates a cluster IP for the Service,
93
93
using the first configured service cluster IP range.
94
-
*`PreferDualStack`:
95
-
* Allocates IPv4 and IPv6 cluster IPs for the Service.
96
-
*`RequireDualStack`: Allocates Service `.spec.ClusterIPs` from both IPv4 and IPv6 address ranges.
94
+
*`PreferDualStack`: Allocates both IPv4 and IPv6 cluster IPs for the Service when dual-stack is enabled. If dual-stack is not enabled or supported, it falls back to single-stack behavior.
95
+
*`RequireDualStack`: Allocates Service `.spec.clusterIPs` from both IPv4 and IPv6 address ranges when dual-stack is enabled. If dual-stack is not enabled or supported, the Service API object creation fails.
97
96
* Selects the `.spec.ClusterIP` from the list of `.spec.ClusterIPs` based on the address family
98
97
of the first element in the `.spec.ipFamilies` array.
0 commit comments