cluster-api-provider-proxmox icon indicating copy to clipboard operation
cluster-api-provider-proxmox copied to clipboard

Add more proxmox tags to the vms

Open firecyberice opened this issue 1 year ago • 2 comments

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

  • go-proxmox+cloud-init (What is the value / reason of this?)
  • ip_net0_<the IP of the vm>

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

  • clustername to identify the cluster of that node
  • mgmt cluster name or any other reference to the capi cluster that is managing this vm / workload cluster in case there are more management clusters on that proxmox environment.

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

firecyberice avatar Jan 22 '24 09:01 firecyberice

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 avatar Jan 22 '24 10:01 mcbenjemaa

The unmount of cloud-init iso is done.

mcbenjemaa avatar Mar 26 '24 21:03 mcbenjemaa

https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/158

firecyberice avatar Feb 04 '25 12:02 firecyberice