summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o
Commit message (Collapse)AuthorAgeFilesLines
* containers: cri-o: kubernetes runc backendBruce Ashfield2017-10-023-0/+303
To prepare for native kubernetes support without docker on a target, we integrate the cri-o incubator project. cri-o is meant to provide an integration path between OCI conformant runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime Interface (CRI) using OCI conformant runtimes. The scope of cri-o is tied to the scope of the CRI. This initial introduction is build + packaging only. It is expected that configuration and deployment tweaks are done at the distro level. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>