linuxkit / kubernetes

minimal and immutable Kubernetes images built with LinuxKit
Apache License 2.0
400 stars 75 forks source link

Explicitly specify -iso for 'linuxkit run' #77

Closed rn closed 6 years ago

rn commented 6 years ago

https://github.com/linuxkit/linuxkit/pull/3002 removed some of the auto-detection code for booting from an ISO (for hyperkit).

Let's specify '-iso' explicitly.

resolves #76

Signed-off-by: Rolf Neugebauer rolf.neugebauer@docker.com

ijc commented 6 years ago
$ rtf run
LABELS: linux, Debian, testing, amd64
ID: bde60ac9-edb9-4e05-bc91-342295a57890
[PASS    ] kubernetes.smoke.cri-bridge 232.36s
....

The rest are still going but aren't going to differ since the changes made here are common to all 4 runs. So I'll merge.