Skip to content

Commit e23de90

Browse files
committed
Correct dockershim release removal target
1 parent 30afb3b commit e23de90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-12-02-dont-panic-kubernetes-and-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ testing and planning.
3434
If you’re rolling your own clusters, you will also need to make changes to avoid
3535
your clusters breaking. At v1.20, you will get a deprecation warning for Docker.
3636
When Docker runtime support is removed in a future release (currently planned
37-
for the 1.23 release in late 2021) of Kubernetes it will no longer be supported
37+
for the 1.22 release in late 2021) of Kubernetes it will no longer be supported
3838
and you will need to switch to one of the other compliant container runtimes,
3939
like containerd or CRI-O. Just make sure that the runtime you choose supports
4040
the docker daemon configurations you currently use (e.g. logging).

0 commit comments

Comments
 (0)