k8s-proxmox / cluster-api-provider-proxmox

Cluster API provider implementation for Proxmox VE
Apache License 2.0
95 stars 11 forks source link

Support raw/qed/vdi/vpc/vmdk type of node (VM) image #49

Closed sp-yduck closed 11 months ago

sp-yduck commented 12 months ago

/kind feature

Since qemu-img convert command supports raw/qed/vdi/vpc/vmdk format not only qcow2. they should also be supported. maybe need to be specified format by -f flag. https://github.com/sp-yduck/cluster-api-provider-proxmox/blob/006acd9819156fcf6320185f7f42463ba3ac13ea/cloud/services/compute/instance/image.go#L72

Describe the solution you'd like [A clear and concise description of what you want to happen.]

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment: