Tweak page introduction

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
This commit is contained in:
Tim Bannister
2022-03-30 23:15:09 +01:00
committed by GitHub
parent b9a7ec6f35
commit 83514e6dc1
@@ -7,11 +7,13 @@ content_type: task
{{% thirdparty-content %}} {{% thirdparty-content %}}
This page shows you how to migrate your Docker Engine nodes to use `cri-dockerd` This page shows you how to migrate your Docker Engine nodes to use `cri-dockerd`
instead of dockershim. If you want to switch away from using dockershim and still instead of dockershim. You should follow these steps in these scenarios:
use Docker Engine to run containers in Kubernetes, you can follow these steps.
If you want to upgrade to Kubernetes v{{< skew currentVersion >}} and your * You want to switch away from dockershim and still use Docker Engine to run
existing cluster relies on dockershim, you will have to migrate away and containers in Kubernetes.
`cri-dockerd` is one of your options. * You want to upgrade to Kubernetes v{{< skew currentVersion >}} and your
existing cluster relies on dockershim, in which case you must migrate
from dockershim and `cri-dockerd` is one of your options.
To learn more about the removal of dockershim, read the [FAQ page](/dockershim). To learn more about the removal of dockershim, read the [FAQ page](/dockershim).