File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/en/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ to the behavior when the RuntimeClass feature is disabled.
107
107
108
108
For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/production-environment/container-runtimes/).
109
109
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
+
110
120
# ### {{< glossary_tooltip term_id="containerd" >}}
111
121
112
122
Runtime handlers are configured through containerd's configuration at
You can’t perform that action at this time.
0 commit comments