Skip to content

Commit da63c43

Browse files
committed
feat(gpu): set deviceIDStrategy=index in device plugin Helm values
Using index-based device IDs improves compatibility across platforms including Jetson/Tegra-based systems, and aligns with the numeric device naming expected in CDI specs.
1 parent fa3fa94 commit da63c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/kube/gpu-manifests/nvidia-device-plugin-helmchart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ spec:
3333
valuesContent: |-
3434
runtimeClassName: nvidia
3535
deviceListStrategy: cdi-cri
36+
deviceIDStrategy: index
3637
cdi:
3738
nvidiaHookPath: /usr/bin/nvidia-cdi-hook
3839
nvidiaDriverRoot: "/"

0 commit comments

Comments
 (0)