From 55a26e82424e6d4d2b1e344153be472505d63cda Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Tue, 19 Apr 2022 10:43:48 +0530 Subject: [PATCH] Follow up to dockershim migration message after release of v1.24 --- .../administer-cluster/migrating-from-dockershim/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md index 3066f28e72..f065af8a3f 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md @@ -14,7 +14,9 @@ in Kubernetes 1.20, there were questions on how this will affect various workloa installations. Our [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) is there to help you to understand the problem better. -It is recommended to migrate from dockershim to alternative container runtimes. +Dockershim was removed from Kubernetes with the release of v1.24. +If you use Docker via dockershim as your container runtime, and wish to upgrade to v1.24, +it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support. Check out [container runtimes](/docs/setup/production-environment/container-runtimes/) section to know your options. Make sure to [report issues](https://github.com/kubernetes/kubernetes/issues) you encountered