Update content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/32867/head
Kat Cosgrove 2022-04-26 14:34:09 -07:00 committed by GitHub
parent 1db68a3373
commit c31cf227c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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