Reword dockershim migration recommendation

This commit is contained in:
Vitthal Sai 2022-04-18 23:19:58 +05:30
parent a8b1be1d5c
commit 98d8be323f
No known key found for this signature in database
GPG Key ID: 25524F687035147D
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ to understand the problem better.
<!-- body -->
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/).