diff --git a/assets/state-cc-manager/0500_daemonset.yaml b/assets/state-cc-manager/0500_daemonset.yaml index ec851dd5c..910e0c4aa 100644 --- a/assets/state-cc-manager/0500_daemonset.yaml +++ b/assets/state-cc-manager/0500_daemonset.yaml @@ -33,8 +33,6 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName - - name: CC_CAPABLE_DEVICE_IDS - value: "0x2322,0x2331" # always use runc for driver containers - name: NVIDIA_VISIBLE_DEVICES value: void diff --git a/assets/state-sandbox-device-plugin/0500_daemonset.yaml b/assets/state-sandbox-device-plugin/0500_daemonset.yaml index f99b6f075..bc1043395 100644 --- a/assets/state-sandbox-device-plugin/0500_daemonset.yaml +++ b/assets/state-sandbox-device-plugin/0500_daemonset.yaml @@ -69,6 +69,8 @@ spec: mountPath: /var/lib/kubelet/device-plugins - name: vfio mountPath: /dev/vfio + - name: cdi-root + mountPath: /var/run/cdi volumes: - name: device-plugin hostPath: @@ -80,3 +82,7 @@ spec: - name: vfio hostPath: path: /dev/vfio + - name: cdi-root + hostPath: + path: /var/run/cdi + type: DirectoryOrCreate \ No newline at end of file