Skip to content

Commit

Permalink
Merge branch 'fix_mount_type_run_nvidia' into 'master'
Browse files Browse the repository at this point in the history
Fix mount type for /run/nvidia as DirectorOrCreate as it will be non existing...

See merge request nvidia/kubernetes/gpu-operator!292
  • Loading branch information
shivamerla committed Aug 23, 2021
2 parents 9cd9b27 + 7713ac4 commit 1b3c611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/state-driver/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
- name: run-nvidia
hostPath:
path: /run/nvidia
type: DirectoryOrCreate
- name: var-log
hostPath:
path: /var/log
Expand All @@ -147,6 +148,7 @@ spec:
- name: run-nvidia-topologyd
hostPath:
path: /run/nvidia-topologyd
type: DirectoryOrCreate
- name: run-mellanox-drivers
hostPath:
path: /run/mellanox/drivers
Expand Down

0 comments on commit 1b3c611

Please sign in to comment.