Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
# devices are injected via CDI hooks before container start. Sandbox pods only
# need the nvidia.com/gpu resource request — no runtimeClassName is required.
#
# The image is pinned to commit 1bb36583 which includes WSL2 CDI spec
# compatibility fixes (correct cdiVersion and device naming).
# TODO: switch back to the chart-default image once a released version includes
# these fixes and the version pin above is updated accordingly.
#
# k3s auto-detects nvidia-container-runtime on PATH and registers the "nvidia"
# RuntimeClass automatically, so no manual RuntimeClass manifest is needed.

Expand All @@ -34,6 +39,9 @@ spec:
runtimeClassName: nvidia
deviceListStrategy: cdi-cri
deviceIDStrategy: index
image:
repository: ghcr.io/nvidia/k8s-device-plugin
tag: "1bb36583"
cdi:
nvidiaHookPath: /usr/bin/nvidia-cdi-hook
nvidiaDriverRoot: "/"
Expand Down
Loading