From cba255379c4de14f1f5c92ce0e640a3214e2b96d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Thu, 30 Sep 2021 19:04:31 +0200 Subject: [PATCH] Update info on dockershim removal (#3571) --- content/rke/latest/en/config-options/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/_index.md b/content/rke/latest/en/config-options/_index.md index 3b0190f4adf..30b0383d445 100644 --- a/content/rke/latest/en/config-options/_index.md +++ b/content/rke/latest/en/config-options/_index.md @@ -113,7 +113,7 @@ You can define [add-ons]({{}}/rke/latest/en/config-options/add-ons/) to ### cri-dockerd -Kubernetes will remove code in the kubelet that interacts with Docker (dockershim) in Kubernetes 1.23. For more information, see [Dockershim Deprecation FAQ](https://kubernetes.io/blog/2020/12/02/dockershim-faq/). The component that replaces this code is called `cri-dockerd` and can be enabled using the following configuration: +Kubernetes will remove code in the kubelet that interacts with Docker (dockershim) in a future Kubernetes release. For more information, see [Dockershim Deprecation FAQ: When will dockershim be removed?](https://kubernetes.io/blog/2020/12/02/dockershim-faq/#when-will-dockershim-be-removed). The component that replaces this code is called `cri-dockerd` and can be enabled using the following configuration: ``` enable_cri_dockerd: true