diff --git a/deployments/vpu_plugin/base/intel-vpu-plugin.yaml b/deployments/vpu_plugin/base/intel-vpu-plugin.yaml index 6ba09fd7..186d17e2 100644 --- a/deployments/vpu_plugin/base/intel-vpu-plugin.yaml +++ b/deployments/vpu_plugin/base/intel-vpu-plugin.yaml @@ -25,6 +25,9 @@ spec: securityContext: readOnlyRootFilesystem: true volumeMounts: + - name: devion + mountPath: /dev/ion + readOnly: true - name: devfs mountPath: /dev/bus/usb readOnly: true @@ -39,6 +42,10 @@ spec: - name: kubeletsockets mountPath: /var/lib/kubelet/device-plugins volumes: + - name: devion + hostPath: + path: /dev/ion + type: CharDevice - name: devfs hostPath: path: /dev/bus/usb