Kat Morgan
Kat Morgan
+1 for opm dependency being buildah instead of podman Per https://github.com/operator-framework/operator-registry/issues/529 this is a sticking point impacting practical devops patterns. Can opm query public api package lists by default instead,...
The API pod errors sounds possibly like an issue with the health of the currently deployed kubevirt pods, the api pod error included below points at a possible culprit. Can...
It looks like this is related to https://github.com/kubevirt/kubevirt/pull/8367 which was merged last month. To clarify if the limits are the root cause of this issue, can you please re-test after...
This type of network configuration debugging can be difficult to diagnose. As a first step, can you share a code formatted VM yaml that you are using here?
I worked on the vm yaml on my side to get it to work in my env. Note that I added GraphicsDevice and SerialConsole for debugging purposes, which helped me...
> How do I download the image docker://docker.io/containercraft/ubuntu:20.04 from docker? @papandadj FYI, this image is built by CI in a [project that I run](https://github.com/ContainerCraft/kmi); it is not an official Kubevirt...
Can you provide the kubevirt vm yaml, and possibly the feature gate configuration that you are running as well?
Can you try updating the client version to matching the Server Version either via your package manager or directly from [Kubevirt Releases](https://github.com/kubevirt/kubevirt/releases/tag/v0.57.0)? If you still get the failure after using...
The best recommendation I can offer is to be more specific in how you label GPU devices to prevent GPU contention, if multiple VMs are pinned to the same GPU...
Emulation commonly causes edge cases like this. Can you perhaps re-test in a plain non-kubevirt qemu emulated VM to see if the behavior is the same or different from what...