Jack Yu
Jack Yu
> Instead of supporting per-VM CPU models/features configuration, can we just make it a global setting? The value in this setting (with host-model being the default) gets mapped to the...
Regarding of force migration, I'll check whether kubevirt supports. I prefer to use underlying features instead of crafting it ourselves, like we [did in nodeSelector before](https://github.com/harvester/harvester/pull/8707/files). Most features in the...
From my point of view, I also hope Kubevirt can provide this feature. I don't want to hack our VMI node selector again. I just opened a [upstream issue](https://github.com/kubevirt/kubevirt/issues/15623) to...
HI @a110605, could you take a look when you're free? I need feedback from UI side. Thanks!
Let me wrap up some points for this HEP. We all agree with: - Global wide CPU model configuration - Per-VM CPU Model configuration (https://github.com/harvester/harvester/pull/7937#issuecomment-3243611961) - Won't have force migration...
Just fix a typo. Nothing changes.
SIngle Node Harvester v1.4.0-rc4. 🟢 Case 1: 192.168.1.0  🟢 Case 2: 192.168.1.0/-1, 192.168.1.0/33, 192.168.1.0/a, 192.168.1.0/     🟢 Case 3: 192.168.1.999/24, 192.168.1.999/16   🟢 Case 4:...
Provide some related links and information. It could also contain how to run some basic e2e API testing. Sometime I follow https://github.com/harvester/tests/pull/778 to build e2e test container, and run `pytest`...
The VM image clone in Harvester is just a cloning of an object, then you still need to fill in all fields. There is no pure clone feature in Harvester...
BTW, before implementing any features, we should have a discussion about which issues we want to prevent. Listing the tire 1 issues might help us get rid of a lot...