Correct dockershim runtime handler support

This commit is contained in:
Tim Allclair
2021-04-07 15:49:24 -07:00
parent 6d252624b2
commit 0c988b2dcb
@@ -109,7 +109,8 @@ For more details on setting up CRI runtimes, see [CRI installation](/docs/setup/
#### dockershim #### 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" >}} #### {{< glossary_tooltip term_id="containerd" >}}