From 7b7358225c85bcabe4efe64bdc1a3db426707640 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 12:39:36 -0800 Subject: [PATCH] Remove CDI device-list-strategy from device plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CDI annotations require NVML validation that fails on NixOS. Use the default envvar strategy for the device plugin — CDI device injection still works at the containerd level via enable_cdi=true. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/nvidia-device-plugin/daemonset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/argocd/manifests/nvidia-device-plugin/daemonset.yaml b/argocd/manifests/nvidia-device-plugin/daemonset.yaml index 4ded1bd..819a6e4 100644 --- a/argocd/manifests/nvidia-device-plugin/daemonset.yaml +++ b/argocd/manifests/nvidia-device-plugin/daemonset.yaml @@ -24,10 +24,6 @@ spec: - name: nvidia-device-plugin image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2 env: - - name: DEVICE_LIST_STRATEGY - value: cdi-annotations - - name: CDI_ROOT - value: /var/run/cdi - name: LD_LIBRARY_PATH value: /run/nvidia/lib securityContext: