From ba199129b62abff876589eb6e209a4e5081b9695 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Fri, 26 Feb 2021 03:09:39 +0800 Subject: [PATCH] update linuxkit readme Signed-off-by: Iceber Gu --- contrib/linuxkit/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/linuxkit/README.md b/contrib/linuxkit/README.md index 18dada82f..817de0d37 100644 --- a/contrib/linuxkit/README.md +++ b/contrib/linuxkit/README.md @@ -1,5 +1,8 @@ # 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. +The [LinuxKit](https://github.com/linuxkit/kubernetes) is a project for building os images for kubernetes master and worker node virtual machines. -See the [project README](https://github.com/linuxkit/linuxkit/blob/master/projects/kubernetes/README.md). +When the images are built with cri-containerd as the `KUBE_RUNTIME` option they will use `cri-containerd` as their execution backend. +``` +make all KUBE_RUNTIME=cri-containerd +```