Rancher Cluster Management: pre-configure node labels

Hello,

I’m provisioning a single-node K3s cluster via Rancher on a node equipped with NVIDIA GPUs. To simplify installation of the NVIDIA device plugin (without modifying the Helm chart extensively), the node needs to have the following label:

nvidia.com/gpu.present=true

Is there a way to apply this label to the node during provisioning directly from the Rancher UI?

I’ve tried using the available node configuration options (e.g. custom labels via the UI), but so far, they don’t seem to apply the label as expected:

Any insights or suggestions would be appreciated!

Thank you.