Skip to content

RC2 VM Tags feature doesn't work from UI #63

Description

@jrytio

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions