-
**Is your enhancement related to a problem? Please describe.**
Harvester assumes a VM is migratable based on the condition of `NodeSelector`, and then render the `migration` action button on the …
-
# Intermittent VM IP Address Disappearance in Harvester v1.3.2
## Environment
- Harvester version: v1.3.2
- VM OS: Ubuntu 24.04
- qemu-guest-agent version: 1:8.2.2+ds-0ubuntu1.4 amd64
## Issu…
-
Move the logic of validating the VMI away from webhooks into the migration controller.
This includes:
- Checking if the VMI exists.
- Checking if the VMI is migratable.
- Checking if another mig…
-
Assume I have used `vmi_register_event` to register a hook on a windows kernel API on a guest VM that has multiple core.
My question is, when my hook gets hit and my callback gets called, will LibV…
-
**Is your feature request related to a problem? Please describe**:
https://github.com/kubevirt/kubevirt/blob/f081b2bf56f629788e46359c8d2e008fbe7834a7/pkg/virt-api/webhooks/utils.go#L83
`IsKubeVi…
-
Hi,
I hit some issue when delete VMI through java client, following is my test code snippet:
```code
V1DeleteOptions options = new V1DeleteOptions();
options.setApiVersion("V1");
…
-
**What happened**:
When creating a VMI we see this warning
```
2024-07-11T15:56:52+03:00 INFO KubeAPIWarningLogger metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualifi…
-
**What happened**:
A breaking change was introduced to the `vmi.status.interface` API, leading to a regression where interface IPs reported by the guest agent are not being updated in `vmi.status.int…
-
Hi. more like a question:
Is there a specific reason this is hard-coded to RunOnce for the kubevirt probvider?
[ RunStrategy: &runStrategyOnce,](https://github.com/kubermatic/machine-controll…
-
Hi !
I think there is a little error in the API documentation of the function `vmi_v2pcache_flush`:
~~~C
void vmi_v2pcache_flush (vmi_instance_t vmi)
~~~
However, the function implementation …