Correct dockershim release removal target

pull/25373/head
Bob Killen 2020-12-03 07:57:25 -05:00
parent 30afb3b5f2
commit e23de90f19
No known key found for this signature in database
GPG Key ID: 850FEB9A6356D2F6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ testing and planning.
If youre rolling your own clusters, you will also need to make changes to avoid If youre rolling your own clusters, you will also need to make changes to avoid
your clusters breaking. At v1.20, you will get a deprecation warning for Docker. your clusters breaking. At v1.20, you will get a deprecation warning for Docker.
When Docker runtime support is removed in a future release (currently planned When Docker runtime support is removed in a future release (currently planned
for the 1.23 release in late 2021) of Kubernetes it will no longer be supported for the 1.22 release in late 2021) of Kubernetes it will no longer be supported
and you will need to switch to one of the other compliant container runtimes, and you will need to switch to one of the other compliant container runtimes,
like containerd or CRI-O. Just make sure that the runtime you choose supports like containerd or CRI-O. Just make sure that the runtime you choose supports
the docker daemon configurations you currently use (e.g. logging). the docker daemon configurations you currently use (e.g. logging).