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
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Hey there 👋
Trying ignite out because I love the concept of a declarative lightweight KVM based VM system.
When trying to run a VM declaratively and specifying a port mapping without a protocol results in an iptables error signifying a missing protocol. The docs state the protocol should be optional and default to tcp, but that doesn't seem to be the case. Specifying the protocol in the port mapping resolves this particular issue.
Hey there 👋
Trying ignite out because I love the concept of a declarative lightweight KVM based VM system.
When trying to run a VM declaratively and specifying a port mapping without a protocol results in an
iptables
error signifying a missing protocol. The docs state the protocol should be optional and default totcp
, but that doesn't seem to be the case. Specifying the protocol in the port mapping resolves this particular issue.Error message:
Additionally, a VM created this way is in a broken state that makes it challenging to remove.
The VM is marked as stopped:
But an
ignite rm
command results in adevice-mapper
error, I'm guessing due to the volume not being unmounted properly:Instead of mucking around with
dmsetup
, I was able to remove the VM after a reboot.Diagnostics
Full runtime log:
VM Spec:
The text was updated successfully, but these errors were encountered: