What happened: virtctl migrate testvm failed, pod pending What you expected to happen: pod running How to reproduce it (as minimally and precisely as possible): refer:https://kubevirt.io/labs/kubernetes/migration.html virtctl migrate tes...
KubeVirt runs virtual machines inside pods and uses a device plugin to advertise e.g./dev/kvmon the nodes. Presumably, this PR changed the behavior:#116376 Original issue:#109595 What did you expect to happen? A potential restart of kubelet should not interrupt the running workloads. ...
It would be nice if the container api payload had support for exposing host devices to the container (like docker run --device does). The kubelet could pass it go-dockerclient once they add support for it (fsouza/go-dockerclient#241), or...