codingben / kubevirt-disk-uploader

Extracts disk and uploads it to a container registry
1 stars 1 forks source link

[WIP]chore: use mounted pvc instead of vm-export #51

Closed ksimon1 closed 1 month ago

ksimon1 commented 1 month ago

Instead if using vm export, which consumes in cluster network resources and storage for converting the image, we can directly use the PVC. This reduces required resources and time required to finish the task. Disk in mounted PVC is direclty used for building the image. Do not merge - WIP

This commit is missing checks if the pvc is used by running VM