From d0bd65d3c74b3bafa1815e7ad5eb31a1bcaef583 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 1 Apr 2022 18:16:21 +0900 Subject: [PATCH] Remove unmaintained contrib/linuxkit The last commit on https://github.com/linuxkit/kubernetes was on Nov 2018. Signed-off-by: Akihiro Suda --- contrib/linuxkit/README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 contrib/linuxkit/README.md diff --git a/contrib/linuxkit/README.md b/contrib/linuxkit/README.md deleted file mode 100644 index 817de0d37..000000000 --- a/contrib/linuxkit/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# LinuxKit Kubernetes project - -The [LinuxKit](https://github.com/linuxkit/kubernetes) is a project for building os images for kubernetes master and worker node virtual machines. - -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 -```