Skip to content

Commit 15bdb72

Browse files
author
Tim Bannister
committed
Revise “Don't Panic: Kubernetes and Docker” post removal.
Reword the article update notice to make it clear that the removal has now happened. Also, strike through a prediction about the release that would remove the dockershim, because it didn't turn out to be true.
1 parent a7a20f2 commit 15bdb72

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ layout: blog
33
title: "Don't Panic: Kubernetes and Docker"
44
date: 2020-12-02
55
slug: dont-panic-kubernetes-and-docker
6+
evergreen: true
7+
---
8+
9+
**Update:** _Kubernetes support for Docker via `dockershim` is now removed.
10+
For more information, read the [removal FAQ](/dockershim).
11+
You can also discuss the deprecation via a dedicated [GitHub issue](https://github.com/kubernetes/kubernetes/issues/106917)._
12+
613
---
714

815
**Authors:** Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas
916

10-
_Update: Kubernetes support for Docker via `dockershim` is now deprecated.
11-
For more information, read the [deprecation notice](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation).
12-
You can also discuss the deprecation via a dedicated [GitHub issue](https://github.com/kubernetes/kubernetes/issues/106917)._
1317

1418
Kubernetes is [deprecating
1519
Docker](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation)
@@ -37,8 +41,8 @@ testing and planning.
3741

3842
If you’re rolling your own clusters, you will also need to make changes to avoid
3943
your clusters breaking. At v1.20, you will get a deprecation warning for Docker.
40-
When Docker runtime support is removed in a future release (currently planned
41-
for the 1.22 release in late 2021) of Kubernetes it will no longer be supported
44+
When Docker runtime support is removed in a future release (<del>currently planned
45+
for the 1.22 release in late 2021</del>) of Kubernetes it will no longer be supported
4246
and you will need to switch to one of the other compliant container runtimes,
4347
like containerd or CRI-O. Just make sure that the runtime you choose supports
4448
the docker daemon configurations you currently use (e.g. logging).

0 commit comments

Comments
 (0)