I'm deploying a workload RKE2 cluster with rancher...
# rke2
a
I'm deploying a workload RKE2 cluster with rancher and initially set node labels in the registration command. I now want to edit the values of these labels, but if I do it through the UI/kubectl, they get reverted back to the original values on the next restart of the node... I've found a YAML file in
/etc/rancher/rke2/config.yaml.d/50-rancher.yml
with a list of the old labels in too. I tried editing this but these get reverted on reboot too 😞 Does anyone know what I should be changing to persist the label values? 😄