Skip to content

Commit 19928a8

Browse files
committed
Change the dockershim state to deprecation
1 parent 1fb9324 commit 19928a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ to the behavior when the RuntimeClass feature is disabled.
107107

108108
For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/production-environment/container-runtimes/).
109109

110+
#### dockershim
111+
112+
{{< feature-state for_k8s_version="v1.20" state="deprecated" >}}
113+
114+
Dockershim is deprecated as of Kubernetes v1.20, and will be removed in v1.24. For more information on the deprecation,
115+
see [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
116+
117+
RuntimeClasses with dockershim must set the runtime handler to `docker`. Dockershim does not support
118+
custom configurable runtime handlers.
119+
110120
#### {{< glossary_tooltip term_id="containerd" >}}
111121

112122
Runtime handlers are configured through containerd's configuration at

0 commit comments

Comments
 (0)