Skip to content

Commit 91f65cb

Browse files
authored
Merge pull request #727 from visheshtanksale/master
Adding volume mount to sandbox DP to support GPU healthcheck
2 parents e2de7e0 + 24fe3d4 commit 91f65cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/state-sandbox-device-plugin/0500_daemonset.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ spec:
6767
volumeMounts:
6868
- name: device-plugin
6969
mountPath: /var/lib/kubelet/device-plugins
70+
- name: vfio
71+
mountPath: /dev/vfio
7072
volumes:
7173
- name: device-plugin
7274
hostPath:
@@ -75,3 +77,6 @@ spec:
7577
hostPath:
7678
path: /run/nvidia/validations
7779
type: DirectoryOrCreate
80+
- name: vfio
81+
hostPath:
82+
path: /dev/vfio

0 commit comments

Comments
 (0)