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.
This commit is contained in:
@@ -3,13 +3,17 @@ layout: blog
|
|||||||
title: "Don't Panic: Kubernetes and Docker"
|
title: "Don't Panic: Kubernetes and Docker"
|
||||||
date: 2020-12-02
|
date: 2020-12-02
|
||||||
slug: dont-panic-kubernetes-and-docker
|
slug: dont-panic-kubernetes-and-docker
|
||||||
|
evergreen: true
|
||||||
|
---
|
||||||
|
|
||||||
|
**Update:** _Kubernetes support for Docker via `dockershim` is now removed.
|
||||||
|
For more information, read the [removal FAQ](/dockershim).
|
||||||
|
You can also discuss the deprecation via a dedicated [GitHub issue](https://github.com/kubernetes/kubernetes/issues/106917)._
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Authors:** Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas
|
**Authors:** Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas
|
||||||
|
|
||||||
_Update: Kubernetes support for Docker via `dockershim` is now deprecated.
|
|
||||||
For more information, read the [deprecation notice](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation).
|
|
||||||
You can also discuss the deprecation via a dedicated [GitHub issue](https://github.com/kubernetes/kubernetes/issues/106917)._
|
|
||||||
|
|
||||||
Kubernetes is [deprecating
|
Kubernetes is [deprecating
|
||||||
Docker](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation)
|
Docker](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation)
|
||||||
@@ -37,8 +41,8 @@ testing and planning.
|
|||||||
|
|
||||||
If you’re rolling your own clusters, you will also need to make changes to avoid
|
If you’re 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 (<del>currently planned
|
||||||
for the 1.22 release in late 2021) of Kubernetes it will no longer be supported
|
for the 1.22 release in late 2021</del>) 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).
|
||||||
|
|||||||
Reference in New Issue
Block a user