Update content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ Also, two features have been deprecated and two features have been removed.
|
|||||||
|
|
||||||
### Dockershim Removed from kubelet
|
### Dockershim Removed from kubelet
|
||||||
|
|
||||||
After its deprecation in v1.20, the dockershim component has been removed from the kubelet.
|
After its deprecation in v1.20, the dockershim component has been removed from the kubelet in Kubernetes v1.24.
|
||||||
From v1.24 onwards, you will need to either use one of the other [supported runtimes](/docs/setup/production-environment/container-runtimes/) (such as containerd or CRI-O)
|
From v1.24 onwards, you will need to either use one of the other [supported runtimes](/docs/setup/production-environment/container-runtimes/) (such as containerd or CRI-O)
|
||||||
or use cri-dockerd if you are relying on Docker Engine as your container runtime.
|
or use cri-dockerd if you are relying on Docker Engine as your container runtime.
|
||||||
For more information about ensuring your cluster is ready for this removal, please
|
For more information about ensuring your cluster is ready for this removal, please
|
||||||
|
|||||||
Reference in New Issue
Block a user