ibezukh
ibezukh
Signed-off-by: Igor Bezukh ### What this PR does storage related functions copyAlpineWithNonQEMUPermissions deleteAlpineWithNonQEMUPermissions and createExecutorPodWithPVC were moved to storage package and became private. RunPod* related helpers moved to libpod, tests...
Hey folks! First of all, thank you for the great job! it looks awesome! I am trying my luck in asking if its possible that you will create a Gopher...
Signed-off-by: Igor Bezukh **What this PR does / why we need it**: CPU and memory hotplug actions lead to changes in the VM spec, which immediately propogated to the VMI...
Signed-off-by: Igor Bezukh **What this PR does / why we need it**: Removing this restriction will allow users to experiment memory overcommit scenario on nodes with swap enabled. **Special notes...
Signed-off-by: Igor Bezukh ### What this PR does Continue the separation of ownership concerns effort, hereby introduce sig-cluster. ### Special notes for your reviewer ### Checklist This checklist is not...
Signed-off-by: enp0s3 The existence of KUBEVIRT_PSA with default of `false` is confusing. I tackled this issue when trying to use KCI in a new project, having in mind that KUBEVIRT_PSA...
In Quay, if the image was created for the first time (in our case adding a new provider) it will be configured with private access. We need to manually change...
Previous version 0.5.2 had older kernel version 5.3 which doesn't support virtio-mem hotplug ### What this PR does Before this PR: Cirros OS Guest OS didn't support virtio-mem After this...
**What this PR does / why we need it**: Since Centos is a systemd based OS there is no need to work directly with cgroupfs. Also its requried to be...
Signed-off-by: Igor Bezukh Before this PR: The coding convention guide was missing some rules regarding functional testing best practice After this PR: Functional testing best practice was added, starting with...