Skip to content

Commit 54a63a3

Browse files
authored
Merge pull request #5088 from Iceber/update-linuxkit-readme
update linuxkit readme
2 parents 1f801c0 + ba19912 commit 54a63a3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

contrib/linuxkit/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# LinuxKit Kubernetes project
22

3-
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.
3+
The [LinuxKit](https://github.com/linuxkit/kubernetes) is a project for building os images for kubernetes master and worker node virtual machines.
44

5-
See the [project README](https://github.com/linuxkit/linuxkit/blob/master/projects/kubernetes/README.md).
5+
When the images are built with cri-containerd as the `KUBE_RUNTIME` option they will use `cri-containerd` as their execution backend.
6+
```
7+
make all KUBE_RUNTIME=cri-containerd
8+
```

0 commit comments

Comments
 (0)