-
Notifications
You must be signed in to change notification settings - Fork 133
VM Pod creation fails (Target interface does not exist) #102
Comments
I just ran into this as well. It looks like RacherVM assumes there will be a interface at |
Same issue on my installation. Running Ubuntu 16.04 on the nodes and my interfaces are definitely not ens33. Actually a mixed bag of tricks in my cluster. Have a few with the old eth0 nomenclature and others with enp1s0 on others. |
Same issue too. Funny story, after a little while it then tries to deploy to another node, taking that one down too. |
I was able to get RancherVM working by hackily detecting the Ethernet device available each time the image is launched. The image I used is on docker hub under |
@trenton42 I still have the same issue even after using your image for the vm-controller trenton/vm. My k8s cluster is running in aws and complains that "ens33 interface does not exist." Any ideas? |
@traam Sorry, I haven't looked at this in a while. We didn't end up using this project. |
Thanks @trenton42 . What do you end up for running legacy VMs in a container envt? Curious to know as I am doing a PoC. |
We pivoted away from running the VMs in a container environment for now, so nothing at the moment 😞 |
Hi all,
I am using RancherVM but I can't start any VMs, since there is always an error during the creation of the pod. This is the output of
kubectl logs
for one of my VM pods: logs.txtAt the very end it reports that
Target interface ens33 does not exist
. How can I fix that?I am running k8s version 1.10.3 on Ubuntu 16.04 btw.
Thanks for having a look!
Ulrich
The text was updated successfully, but these errors were encountered: