ignite
ignite copied to clipboard
Is Nested VMs possible?
i am attempting to nest virtualized VMs, i want to simulate a network.
i think the issue is with kernel modules inside the ignite vm, see here:
root@localhost:~# kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
KVM acceleration can be used
root@localhost:~# modprobe kvm_intel
modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/4.19.47
root@localhost:~#
how would i trouble shoot this? build a new kernel?
I have similar question, that would be if this can run on a KVM VPS server. Hmm, seems not at this point.
See https://github.com/weaveworks/ignite/issues/864
I have similar question, that would be if this can run on a KVM VPS server.
Yes. You can run ignite guest VM's on a server that exposes the KVM device.
(This is how we run our CI jobs)