Skip to content

Commit 16d793f

Browse files
committed
Fix note about .spec.ipFamilies
1 parent 590e660 commit 16d793f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ families for dual-stack, you can choose the address families by setting an optio
109109
`.spec.ipFamilies`, on the Service.
110110

111111
{{< note >}}
112-
The `.spec.ipFamilies` field is immutable because the `.spec.ClusterIP` cannot be reallocated on a
113-
Service that already exists. If you want to change `.spec.ipFamilies`, delete and recreate the
114-
Service.
112+
The `.spec.ipFamilies` field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service.
115113
{{< /note >}}
116114

117115
You can set `.spec.ipFamilies` to any of the following array values:

0 commit comments

Comments
 (0)