This message was deleted.
# fleet
a
This message was deleted.
f
hi, can u provide an example how to use that in fleet.yaml. i am not totally understanding it. As i said, i need the serialnumber of my node as helm value, my idea was to use labels as i can see that elemental node labels provide that already. Node has SMBIOS data as labels: https://elemental.docs.rancher.com/hardwarelabels/#hardware-labels
or what would be the best alternative approach to deploy charts with target customization serial number of node?
a
learn about selectors
f
i am aware of the clusterSelector and already using it. I can apply the node serial number as cluster label & use it in helm values, but this is not what i want. I want to use the elemental hardware labels from the link above. These are not Cluster labels but Node labels:
Copy code
kind: Node
metadata:
  labels:
    serialNumber: 12345
a
yes... but you can use them in helm chart values where applicable
each helm chart can have this exposed
and if you need more fine-grained
you can do affinity anti-affinity