Closed alexanderniebuhr closed 3 years ago
You need to load the vhost_net kernel module. Example snippet in k3os config:
k3os:
modules:
- kvm
- vhost_net
For reference: https://github.com/rancher/k3os#k3osmodules
fixed it with the suggestion by @gitlawr
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: Cannot start VM on k3os Cluster
What you expected to happen: Succesfully start VM
How to reproduce it (as minimally and precisely as possible): install cluster of k3os and try to start linux vm
Anything else we need to know?: logs of handler show that vhost-net is not present, shortly after that it is present, so the nodes should be available
Environment:
virtctl version
):kubectl version
):k3OS v0.19.5-rc.1
uname -a
):Linux balix 5.4.0-54-generic #60 SMP Fri Nov 20 17:09:10 UTC 2020 x86_64 GNU/Linux