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:
Ian Campbell
2017-09-14 15:48:18 +01:00
parent 445dcc0ac2
commit 1fa059bbd2
8 changed files with 48 additions and 56 deletions

View File

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