Alice Frosi
Alice Frosi
/remove-lifecycle rotte
/label good-first-issue
@xpivarc do you plan to use the same checkpoint/cache mechanism also for networking? Like https://github.com/kubevirt/kubevirt/tree/main/pkg/network/cache Ideally, we should also merge the 2. This can be done in 2 steps but...
> > Please note that checkpoitn and restore (in userspace) (criu) is a common term, also connected to containers. I wonder if you want to use a different naming in...
I just tried a quick installation of microk8s and the kubelet pod dir is different than the default path. In virt-handler ```bash bash-4.4# findmnt /pods/ TARGET SOURCE FSTYPE OPTIONS /pods...
I've tried the example, I don't get the same failure but a very very close issue as in https://github.com/kubevirt/kubevirt/issues/8288
@rmohr yes, the sym link is causing the issue: ```sh [root@fedora ~]# ls -lsh /var/lib/kubelet 4.0K lrwxrwxrwx. 1 root root 41 Sep 6 13:06 /var/lib/kubelet -> /var/snap/microk8s/common/var/lib/kubelet ``` I applied...
@mtaylor91 please divide this PR into multiple commits, at least, try to separate the correction of the typos, from the code changes.
Could you please also implement a unit test that verfies the allocation done with ` GetPreferredAllocation`?