Merge pull request #27452 from tallclair/runtimeclass

Correct dockershim runtime handler support
This commit is contained in:
Kubernetes Prow Robot
2021-04-12 05:30:00 -07:00
committed by GitHub
@@ -109,7 +109,8 @@ For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/
#### dockershim
Kubernetes built-in dockershim CRI does not support runtime handlers.
RuntimeClasses with dockershim must set the runtime handler to `docker`. Dockershim does not support
custom configurable runtime handlers.
#### {{< glossary_tooltip term_id="containerd" >}}