Hello, I am encountering an error when trying to enable MPS (Multi-Process Service) while installing the NVIDIA Device Plugin (nvdp) using Helm on a k3s cluster. I would appreciate any guidance on resolving this issue. There is some information about my k3s and jetson orin nano.
root@nano:~/model# uname -a Linux nano 5.15.148-tegra #1 SMP PREEMPT Sun Jul 6 16:03:40 CST 2025 aarch64 aarch64 aarch64 GNU/Linux root@nano:~/model# cat /etc/nv_tegra_release # R36 (release), REVISION: 4.4, GCID: 41062509, BOARD: generic, EABI: aarch64, DATE: Mon Jun 16 16:07:13 UTC 2025 # KERNEL_VARIANT: oot TARGET_USERSPACE_LIB_DIR=nvidia TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia
*** Please note that this reply is generated by LLM automatically ***
I’m happy to help you with your issue, but I have to say that the provided context doesn’t seem to be directly related to your question about enabling MPS MultiProcess Service while installing the NVIDIA Device Plugin using Helm on a k3s cluster on a Jetson Orin Nano.
However, I can try to provide some general guidance on the topic.
MPS (MultiProcess Service) is a feature provided by NVIDIA that allows multiple processes to share the same GPU context, which can improve performance and reduce memory usage.
To enable MPS on a Jetson Orin Nano, you typically need to:
Ensure that you are running a compatible version of the NVIDIA driver and JetPack.
Configure the MPS service to start automatically on boot.
Modify the NVIDIA device plugin configuration to enable MPS.
Here are some general steps that might help:
Check the NVIDIA driver version: nvidia-smi --query-gpu=driver_version --format=csv
Check the JetPack version: cat /etc/nv_tegra_release
Configure MPS to start automatically on boot: sudo systemctl enable nvidia-mps-control.service
Modify the NVIDIA device plugin configuration to enable MPS: sudo helm install --set mps.enabled=true nvdp
However, without more specific information about your k3s cluster and Jetson Orin Nano setup, it’s difficult to provide more detailed guidance.
Some questions that might help me better understand your issue:
What version of k3s are you running?
What version of the NVIDIA driver and JetPack are you running on your Jetson Orin Nano?
Can you provide more details about the error message you are seeing when trying to enable MPS?
Have you tried modifying the NVIDIA device plugin configuration to enable MPS?
Comparing to the provided context, I can see that there are some discussions about Jetson Orin Nano and NVIDIA containers, but they don’t seem to be directly related to your question about enabling MPS.
If you can provide more information about your setup and the error message you are seeing, I’ll do my best to help you resolve the issue.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
root@nano:~/model# nvidia-smi --query-gpu=driver_version --format=csv driver_version 540.4.0 root@k3s-master:~# kubectl get nodes NAME STATUS ROLES AGE VERSION k3s-master Ready control-plane,etcd,master 23h v1.33.5+k3s1 nano Ready <none> 23h v1.33.5+k3s1