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
Describe the bug
When uses as a network-attachment-definition with KubeVirt and multus, trying to launch a VM throws a config file not found error with the launcher pod stuck in ContainerCreating
Expected behavior
The launcher pod (and VM) launch successfully
To Reproduce
Steps to reproduce the behavior:
Add a network-attachment-definition using multus
Add a KubeVirt VirtualMachine with a network config using the referenced network-attachment-definition
Try to boot VM and virt-launcher pod stuck in ContainerCreating with FailedCreatePodSandbox events in kubectl describe pod
Environment:
Whereabouts version : whereabouts v0.7.0 linux/amd64
Kubernetes version (use kubectl version): Client Version: v1.29.4+k3s1note: I have whereabouts installed in the correct place with the other k3s CNIs: /var/lib/rancher/k3s/data/current/bin
Whereabouts configuration (on the host): N/A (I don't see anywhere in the documentation that says a host configuration is necessary when using net-attach-def)
OS (e.g. from /etc/os-release): N/A
NAME="Fedora Linux"
VERSION="39 (Thirty Nine)"
Kernel (e.g. uname -a): Linux node5.no.e3b0c442.dev 6.8.9-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 18:44:19 UTC 2024 x86_64 GNU/Linux
Others: N/A
Additional info / context
Kubevirt manifest (abridged):
Warning FailedCreatePodSandBox 60s (x402 over 89m) kubelet (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "ab9ff4ccbc8b189e27c3742f73c9e7138f518c1d7554970a2f30be0207121a31": plugin type="multus" failed (add): [vms/virt-launcher-example-nqq4f/2f4cd204-37c0-46f1-b667-9eeb165abb94:br-multus]: error adding container to network "br-multus": config file not found
The text was updated successfully, but these errors were encountered:
Describe the bug
When uses as a
network-attachment-definition
with KubeVirt and multus, trying to launch a VM throws aconfig file not found
error with the launcher pod stuck inContainerCreating
Expected behavior
The launcher pod (and VM) launch successfully
To Reproduce
Steps to reproduce the behavior:
network-attachment-definition
using multusVirtualMachine
with a network config using the referencednetwork-attachment-definition
virt-launcher
pod stuck inContainerCreating
withFailedCreatePodSandbox
events inkubectl describe pod
Environment:
whereabouts v0.7.0 linux/amd64
kubectl version
):Client Version: v1.29.4+k3s1
note: I havewhereabouts
installed in the correct place with the other k3s CNIs:/var/lib/rancher/k3s/data/current/bin
net-attach-def
)uname -a
):Linux node5.no.e3b0c442.dev 6.8.9-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 18:44:19 UTC 2024 x86_64 GNU/Linux
Additional info / context
Kubevirt manifest (abridged):
kubectl describe pod
event:The text was updated successfully, but these errors were encountered: