From 99d4757ce65e1041003b97fb2974625dffc50a43 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 26 Sep 2017 10:47:48 +0100 Subject: [PATCH] contrib: add reference to LinuxKit project Just a simple README with a pointer to the project. Signed-off-by: Ian Campbell --- contrib/linuxkit/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/linuxkit/README.md diff --git a/contrib/linuxkit/README.md b/contrib/linuxkit/README.md new file mode 100644 index 000000000..18dada82f --- /dev/null +++ b/contrib/linuxkit/README.md @@ -0,0 +1,5 @@ +# LinuxKit Kubernetes project + +The LinuxKit [`projects/kubernetes`](https://github.com/linuxkit/linuxkit/tree/master/projects/kubernetes) subdirectory contains a project to build master and worker node virtual machines. When built with `KUBE_RUNTIME=cri-containerd` then these images will use `cri-containerd` as their execution backend. + +See the [project README](https://github.com/linuxkit/linuxkit/blob/master/projects/kubernetes/README.md).