Skip to content

Commit

Permalink
Merge pull request #727 from visheshtanksale/master
Browse files Browse the repository at this point in the history
Adding volume mount to sandbox DP to support GPU healthcheck
  • Loading branch information
cdesiniotis authored Jun 5, 2024
2 parents e2de7e0 + 24fe3d4 commit 91f65cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/state-sandbox-device-plugin/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -75,3 +77,6 @@ spec:
hostPath:
path: /run/nvidia/validations
type: DirectoryOrCreate
- name: vfio
hostPath:
path: /dev/vfio

0 comments on commit 91f65cb

Please sign in to comment.