You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo ignite run weaveworks/ignite-ubuntu
INFO[0001] Created VM with ID "88bfb38dc1a1f917" and name "hidden-river"
INFO[0001] Networking is handled by "cni"
INFO[0001] Started Firecracker VM "88bfb38dc1a1f917" in a container with ID "ignite-88bfb38dc1a1f917"
FATA[0121] timeout waiting for ignite-spawn startup
$ sudo ignite ps -a
VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME
88bfb38dc1a1f917 weaveworks/ignite-ubuntu:latest weaveworks/ignite-kernel:5.10.51 4.0 GB 1 512.0 MB 2m23s ago Stopped hidden-river
There is no output from the ignited daemon while trying to start a VM with ignite. But a containerd process is started and it stays up, even after I remove the VM with ignite rm.
I'm trying to run an ignite VM on my dedicated server. I've followed the guide on https://ignite.readthedocs.io/en/stable/installation/.
The only thing that appears off to me here is that
ignite versiondoes not show a line with theRuntime.Observed behavior
In one session:
In a parallel session:
There is no output from the
igniteddaemon while trying to start a VM withignite. But acontainerdprocess is started and it stays up, even after I remove the VM withignite rm.What could be wrong?
Thanks for your help.