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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user