Update content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md
Co-authored-by: James Laverack <james@jameslaverack.com>pull/32867/head
parent
5686df80d5
commit
8d1d5ecf8b
|
@ -98,6 +98,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.
|
||||
|
||||
### Dynamic Kubelet Configuration is Removed from the Kubelet
|
||||
|
||||
After being deprecated in Kubernetes 1.22, Dynamic Kubelet Configuration has been removed from the kubelet. The feature will be removed from the API server in Kubernetes 1.26.
|
||||
|
||||
## CNI Version-Related Breaking Change
|
||||
|
||||
Before you upgrade to Kubernetes 1.24, please verify that you are using/upgrading to a container
|
||||
|
|
Loading…
Reference in New Issue