Skip to content

Commit 0c988b2

Browse files
committed
Correct dockershim runtime handler support
1 parent 6d25262 commit 0c988b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/
109109

110110
#### dockershim
111111

112-
Kubernetes built-in dockershim CRI does not support runtime handlers.
112+
RuntimeClasses with dockershim must set the runtime handler to `docker`. Dockershim does not support
113+
custom configurable runtime handlers.
113114

114115
#### {{< glossary_tooltip term_id="containerd" >}}
115116

@@ -163,7 +164,7 @@ Nodes](/docs/concepts/scheduling-eviction/assign-pod-node/).
163164
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
164165
165166
You can specify _overhead_ resources that are associated with running a Pod. Declaring overhead allows
166-
the cluster (including the scheduler) to account for it when making decisions about Pods and resources.
167+
the cluster (including the scheduler) to account for it when making decisions about Pods and resources.
167168
To use Pod overhead, you must have the PodOverhead [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
168169
enabled (it is on by default).
169170

0 commit comments

Comments
 (0)