Skip to content

Commit 88e4809

Browse files
authored
Merge pull request #42227 from Affan-7/ipFamilies
Fix note about .spec.ipFamilies
2 parents a824772 + 1017778 commit 88e4809

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ 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: you can add or remove a secondary
113+
IP address family, but you cannot change the primary IP address family of an existing Service.
115114
{{< /note >}}
116115

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

0 commit comments

Comments
 (0)