k8s-proxmox / cluster-api-provider-proxmox

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

stop creating qemu if there is already same name qemu #150

Closed sp-yduck closed 10 months ago

sp-yduck commented 10 months ago

fix #147 NOTE: this won't ensure there will no same name qemu. if vm creation will still be remaining in background, this change cannot aware such background process and hence it may try to create new vm with same name. but once the vm creation process is done and vm is visible, cappx can stop creating new vm.