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>
This commit is contained in:
parent
7c52bd51e4
commit
eb115a845e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue