From c31cf227c535d82ecfe1bb2af065c9bf01d5e5f8 Mon Sep 17 00:00:00 2001 From: Kat Cosgrove Date: Tue, 26 Apr 2022 14:34:09 -0700 Subject: [PATCH] Update content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md Co-authored-by: Tim Bannister --- content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md index 8e4af9ef5b..bcaa54ed90 100644 --- a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md +++ b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md @@ -59,7 +59,10 @@ A Service `ClusterIP` can be assigned: Service `ClusterIP` are unique, hence, trying to create a Service with a `ClusterIP` that has already been allocated will return an error. -Kubernetes 1.24 introduces a new Feature Gate `ServiceIPStaticSubrange` that allows to use a different IP allocation strategy for Services, reducing the risk of collision. +Kubernetes 1.24 introduces a new way to soft-reserve a range for static IP address assignments +to Services. If you use the new feature (which you must manually enable), your cluster prefers +automatic assignment from the remaining pool of Service IP addresses, reducing the risk of a +collision. ## Other Updates