mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #312 from alekdu/fix_vpu_dev_ion
vpu: mount myd_ion device for topology hints to work
This commit is contained in:
commit
320725adee
@ -25,6 +25,9 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: devion
|
||||||
|
mountPath: /dev/ion
|
||||||
|
readOnly: true
|
||||||
- name: devfs
|
- name: devfs
|
||||||
mountPath: /dev/bus/usb
|
mountPath: /dev/bus/usb
|
||||||
readOnly: true
|
readOnly: true
|
||||||
@ -39,6 +42,10 @@ spec:
|
|||||||
- name: kubeletsockets
|
- name: kubeletsockets
|
||||||
mountPath: /var/lib/kubelet/device-plugins
|
mountPath: /var/lib/kubelet/device-plugins
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: devion
|
||||||
|
hostPath:
|
||||||
|
path: /dev/ion
|
||||||
|
type: CharDevice
|
||||||
- name: devfs
|
- name: devfs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev/bus/usb
|
path: /dev/bus/usb
|
||||||
|
Loading…
Reference in New Issue
Block a user