ionos-cloud / cluster-api-provider-proxmox

Cluster API Provider for Proxmox VE (CAPMOX)
Apache License 2.0
178 stars 23 forks source link

Add more proxmox tags to the vms #72

Open firecyberice opened 7 months ago

firecyberice commented 7 months ago

Describe the solution you'd like Right now there are two tags present for the vms in proxmox:

It would be nice to have additional tags / labels like:

Optional: It would be nice to add custom tags as well (at least at some point in the future)

mcbenjemaa commented 7 months ago

go-proxmox+cloud-init is needed to make sure, we unmount the cloudinit iso and destroy it, before deleting the machine.

we can probably remove it: https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/73

mcbenjemaa commented 5 months ago

The unmount of cloud-init iso is done.