From f533443c4201500c9e630255723b413dbabace8b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 11 Jan 2026 01:57:20 -0300 Subject: [PATCH] Fix Jetson device plugin args --- .../profiles/components/device-plugin-jetson/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/profiles/components/device-plugin-jetson/daemonset.yaml b/infrastructure/modules/profiles/components/device-plugin-jetson/daemonset.yaml index 0fa8376..2e29134 100644 --- a/infrastructure/modules/profiles/components/device-plugin-jetson/daemonset.yaml +++ b/infrastructure/modules/profiles/components/device-plugin-jetson/daemonset.yaml @@ -30,7 +30,7 @@ spec: imagePullPolicy: IfNotPresent args: - "--fail-on-init-error=false" - - "--device-list-strategy=envvar,cdi" + - "--device-list-strategy=envvar" - "--config-file=/config/config.yaml" securityContext: privileged: true