TheNewNormal / corectl

CoreOS over macOS made very simple
Apache License 2.0
286 stars 21 forks source link

Configure additional network adapters for VMs #104

Open abattye opened 7 years ago

abattye commented 7 years ago

It would be great to be able to specify additional hardware for VMs. Our specific use case would be to add an additional, unconfigured network adapter in VMs used in the kube-cluster-osx use case.

The context is I'm trying to run Openstack on the Kubernetes cluster and for the networking and hypervisor components I need a second, unconfigured adapter on the kubernets host that can be bridges to the primary interface using OpenVSwitch.

seancribbs commented 6 years ago

Bumping this issue. I've even tried adding network devices using the -x flag, and the VM will not boot, e.g.:

corectl run -o -n foo -N 2 -m 4096 -c alpha -x "-s 2:1,virtio-net"