From 11e6bc1c7e470e48cf73e6672999223466aa584b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 5 Jun 2022 10:42:01 +0900 Subject: [PATCH 1/3] Add a link to the "Uninstall Docker Engine" section --- .../migrating-from-dockershim/change-runtime-containerd.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md index 3d79e5d4f7..8fb69a7747 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md @@ -163,3 +163,10 @@ sudo apt-get purge docker-ce docker-ce-cli {{% /tab %}} {{< /tabs >}} +The above commands don't remove images, containers, volumes, or customized configuration files on your host. +To delete them, see the [Uninstall Docker Engine](https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine) section +within the documentation for Docker. + +{{< caution >}} +It has a risk of deleting containerd, be careful when executing commands on that docs page. +{{< /caution >}} From 483d007248a514978ece7131b83d6359c9abd15c Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 7 Jun 2022 19:53:14 +0900 Subject: [PATCH 2/3] Fix a tab attibute name's typo --- .../migrating-from-dockershim/change-runtime-containerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md index 8fb69a7747..d9f03f3957 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md @@ -136,7 +136,7 @@ Run `kubectl get nodes -o wide` and containerd appears as the runtime for the no Finally if everything goes well, remove Docker. -{{< tabs name="tab-remove-docker-enigine" >}} +{{< tabs name="tab-remove-docker-engine" >}} {{% tab name="CentOS" %}} ```shell From 044be48140e001e13155658b4533001af19d9e68 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 15 Jun 2022 07:34:19 +0900 Subject: [PATCH 3/3] Reword to clarify Co-authored-by: ZSC --- .../migrating-from-dockershim/change-runtime-containerd.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md index d9f03f3957..8c5c8b3a72 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md @@ -163,10 +163,9 @@ sudo apt-get purge docker-ce docker-ce-cli {{% /tab %}} {{< /tabs >}} -The above commands don't remove images, containers, volumes, or customized configuration files on your host. -To delete them, see the [Uninstall Docker Engine](https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine) section -within the documentation for Docker. +The preceding commands don't remove images, containers, volumes, or customized configuration files on your host. +To delete them, follow Docker's instructions to [Uninstall Docker Engine](https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine). {{< caution >}} -It has a risk of deleting containerd, be careful when executing commands on that docs page. +Docker's instructions for uninstalling Docker Engine create a risk of deleting containerd. Be careful when executing commands. {{< /caution >}}