Assign static IP to Kubevirt VM pod
I’m trying to assign a static IP address to a Kubevirt VM pod. My goal is to be able to access the pod using the static IP over the network outside of Kubernetes. Here’s my config:
The importer pod to create dv for a vm shows Could not open ”nbd+unix:///?socket=/var/run/nbdkit.sock’
If i try to create dv which was uploaded in the minio bucket , the importer pods was not able to convert the qemu to raw.It shows message:
‘Unable to process data: Unable to convert source data to target format:
qemu-img: Could not open ”nbd+unix:///?socket=/var/run/nbdkit.sock”: Could
not initialize refcount handling: Input/output error , qemu-img execution failed:
exit status 1 Log line from nbdkit: nbdkit: curl[1]: error: pread: curl_easy_perform:
HTTP response code said error: The requested URL returned error: 503’
reason: Error
Kubernetes (Kubevirt) VM access issue
Environment: Kubernetes version – 1.26.4 Kubevirt version – 0.59 Problem:- I have on premise kubernetes cluster and currently from outside of our Kubernetes cluster machine, Unable to connect KubuVirt VM through SSH. The below diagram for reference. Kindly, let me know what I’m missing to connect my KubuVirt VM from outside of my cluster network? […]