Adding cri-containerd to supported cri runtimes (#7571)

This commit is contained in:
Abhinandan Prativadi
2018-03-01 17:14:53 -08:00
committed by k8s-ci-robot
parent d9603b1b15
commit a37d125f18
@@ -289,6 +289,7 @@ The container runtime used by default is Docker, which is enabled through the bu
Other CRI-based runtimes include:
- [cri-containerd](https://github.com/containerd/cri-containerd)
- [cri-o](https://github.com/kubernetes-incubator/cri-o)
- [frakti](https://github.com/kubernetes/frakti)
- [rkt](https://github.com/kubernetes-incubator/rktlet)