mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 19:29:46 +00:00
kubernetes: allow selection of runtime engine (docker vs cri-containerd)
Currently this is at build time Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -11,6 +11,11 @@ Build OS images:
|
||||
make build-vm-images
|
||||
```
|
||||
|
||||
By default this will build images using Docker Engine for execution. To instead use cri-containerd use:
|
||||
```
|
||||
make build-vm-images KUBE_RUNTIME=cri-containerd
|
||||
```
|
||||
|
||||
Boot Kubernetes master OS image using `hyperkit` on macOS: or `qemu` on Linux:
|
||||
```
|
||||
./boot.sh
|
||||
|
Reference in New Issue
Block a user