Hello,
I’m provisioning a single-node K3s cluster via Rancher on a machine equipped with NVIDIA GPUs.
To expose the GPU to the cluster, I need to deploy the nvdp/nvidia-device-plugin
Helm chart. While this can be done manually post-provisioning using Rancher’s Apps feature, it’s cumbersome and not scalable for larger environments.
I noticed there’s an option to apply additional Kubernetes manifests during cluster provisioning, but not Helm charts.
What’s the recommended or best-practice approach to automatically deploy the NVIDIA device plugin (or other system-level Helm charts) when provisioning a cluster via Rancher?
Any guidance would be appreciated!
Thanks in advance!
Sam