diff --git a/assets/state-sandbox-device-plugin/0500_daemonset.yaml b/assets/state-sandbox-device-plugin/0500_daemonset.yaml index 6c9e2c24a..f99b6f075 100644 --- a/assets/state-sandbox-device-plugin/0500_daemonset.yaml +++ b/assets/state-sandbox-device-plugin/0500_daemonset.yaml @@ -67,6 +67,8 @@ spec: volumeMounts: - name: device-plugin mountPath: /var/lib/kubelet/device-plugins + - name: vfio + mountPath: /dev/vfio volumes: - name: device-plugin hostPath: @@ -75,3 +77,6 @@ spec: hostPath: path: /run/nvidia/validations type: DirectoryOrCreate + - name: vfio + hostPath: + path: /dev/vfio