Adding VM Tags from the UI is not applying, it looks like they're never actually stored when the UI saves all the settings.
When I create a cluster with VM tags and then go edit that cluster, the tags I added don't show up in the config and are not applied on the Proxmox side either.
Looking through the changes, it seems like the tags are never applied from the UI. I don't see something like
this.value.tags = this.currentValue.tags; in there.
When I add them manually, everything works as expected and the UI loads them properly for display.
kubectl patch pveconfigs.rke-machine-config.cattle.io nc-akdm3-pool1-b5rfm \
-n fleet-default --type=merge -p '{"tags": "your-tag1,your-tag2"}'
@NocDerEchte thanks for implementing this feature!
Adding VM Tags from the UI is not applying, it looks like they're never actually stored when the UI saves all the settings.
When I create a cluster with VM tags and then go edit that cluster, the tags I added don't show up in the config and are not applied on the Proxmox side either.
Looking through the changes, it seems like the tags are never applied from the UI. I don't see something like
this.value.tags = this.currentValue.tags;in there.When I add them manually, everything works as expected and the UI loads them properly for display.
@NocDerEchte thanks for implementing this feature!