From eb115a845e0d6e27c29ecc8196b8d21832e9bb3a Mon Sep 17 00:00:00 2001 From: Mickey Boxell Date: Mon, 2 May 2022 12:26:03 -0700 Subject: [PATCH] Update content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> --- content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md b/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md index 3f05b4b303..0dc6d8cf70 100644 --- a/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md +++ b/content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md @@ -96,7 +96,7 @@ A Service `ClusterIP` can be assigned: * dynamically, which means the cluster will automatically pick a free IP within the configured Service IP range. * statically, which means the user will set one IP within the configured Service IP range. -Service `ClusterIP` are unique, hence, trying to create a Service with a `ClusterIP` that has already been allocated will return an error. +Service `ClusterIP` are unique; hence, trying to create a Service with a `ClusterIP` that has already been allocated will return an error. ### Dynamic Kubelet Configuration is Removed from the Kubelet