Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Update docs/container-runtimes/getting-started-with-kubernetes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
pothos and tormath1 authored May 31, 2023
1 parent d8cd7f6 commit dbd5025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/container-runtimes/getting-started-with-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ This method is far from being ideal in terms of infrastructure as code as it req
### Switching from Docker to containerd for Kubernetes
In Kubernetes v1.20, `dockershim` was deprecated and will eventually be removed in following releases.
You can find more information about it [here](https://kubernetes.io/blog/2020/12/02/dockershim-faq/).
In Kubernetes v1.20, `dockershim` was deprecated and it has been [officially](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#dockershim-removed-from-kubelet) removed in Kubernetes v1.24.

The `containerd` CRI plugin is enabled by default and you can use containerd for Kubernetes while still allowing Docker to function.
Recent Kubernetes versions will prefer containerd over Docker automatically on recent Flatcar versions.
Expand Down

0 comments on commit dbd5025

Please sign in to comment.