From 16d793f9916f35c24d6ecf434b4c308da8d7a023 Mon Sep 17 00:00:00 2001 From: Mohammed Affan Date: Wed, 26 Jul 2023 17:27:45 +0530 Subject: [PATCH] Fix note about .spec.ipFamilies --- content/en/docs/concepts/services-networking/dual-stack.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/concepts/services-networking/dual-stack.md b/content/en/docs/concepts/services-networking/dual-stack.md index 3ff90d970a..07d42f105e 100644 --- a/content/en/docs/concepts/services-networking/dual-stack.md +++ b/content/en/docs/concepts/services-networking/dual-stack.md @@ -109,9 +109,7 @@ families for dual-stack, you can choose the address families by setting an optio `.spec.ipFamilies`, on the Service. {{< note >}} -The `.spec.ipFamilies` field is immutable because the `.spec.ClusterIP` cannot be reallocated on a -Service that already exists. If you want to change `.spec.ipFamilies`, delete and recreate the -Service. +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. {{< /note >}} You can set `.spec.ipFamilies` to any of the following array values: