From 67d48ba71f13fbe48136b89042f42924832a74ad Mon Sep 17 00:00:00 2001 From: Mickey Boxell Date: Thu, 28 Apr 2022 12:04:27 -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 | 6 +++++- 1 file changed, 5 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 2ba04feff1..6d40045961 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 @@ -54,7 +54,11 @@ Released as Alpha in Kubernetes 1.20, the [Kubelet Credential Provider](https:// Kubernetes 1.24 has introduced [contextual logging](https://github.com/kubernetes/enhancements/issues/3077) that enables the caller of a function to control all aspects of logging (output formatting, verbosity, additional values and names). ### Avoiding Collisions in IP allocation to Services -Kubernetes 1.24 introduces a new Feature Gate `ServiceIPStaticSubrange` that allows users to [soft-reserve a range for static IP address assignments](https://github.com/kubernetes/enhancements/issues/3070). 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. +Kubernetes 1.24 introduced a new opt-in feature that allows you to +[soft-reserve a range for static IP address assignments](/docs/concepts/services-networking/service/#service-ip-static-sub-range) +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. A Service `ClusterIP` can be assigned: