Add nvidia runtimeClass to device plugin DaemonSet
The device plugin needs access to NVIDIA libraries (NVML) to discover GPUs. Running with the nvidia runtime makes device files visible. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
57e5aeccc2
commit
7e498c5a34
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ spec:
|
|||
- key: nvidia.com/gpu
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
runtimeClassName: nvidia
|
||||
priorityClassName: system-node-critical
|
||||
containers:
|
||||
- name: nvidia-device-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue