From 98d8be323f2c26d542dd872b13f6d05375537146 Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Mon, 18 Apr 2022 23:19:58 +0530 Subject: [PATCH] Reword dockershim migration recommendation --- .../administer-cluster/migrating-from-dockershim/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 3631722a62..0c3f33bf5d 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 @@ -17,8 +17,9 @@ to understand the problem better. -If you use Docker via dockershim as your container runtime, the Kubernetes project -recommends that you migrate to an alternative container runtime. +Dockershim will be removed from Kubernetes following 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. If you're not sure whether you are using Docker, [find out what container runtime is used on a node](/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/).