Merge pull request #6755 from AkihiroSuda/remove-unmaintained-linuxkit-kubernetes

Remove unmaintained contrib/linuxkit
This commit is contained in:
Derek McGowan 2022-04-01 11:09:36 -07:00 committed by GitHub
commit 00a1cb4b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```