Skip to content

Commit 1b3c611

Browse files
committed
Merge branch 'fix_mount_type_run_nvidia' into 'master'
Fix mount type for /run/nvidia as DirectorOrCreate as it will be non existing... See merge request nvidia/kubernetes/gpu-operator!292
2 parents 9cd9b27 + 7713ac4 commit 1b3c611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/state-driver/0500_daemonset.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ spec:
135135
- name: run-nvidia
136136
hostPath:
137137
path: /run/nvidia
138+
type: DirectoryOrCreate
138139
- name: var-log
139140
hostPath:
140141
path: /var/log
@@ -147,6 +148,7 @@ spec:
147148
- name: run-nvidia-topologyd
148149
hostPath:
149150
path: /run/nvidia-topologyd
151+
type: DirectoryOrCreate
150152
- name: run-mellanox-drivers
151153
hostPath:
152154
path: /run/mellanox/drivers

0 commit comments

Comments
 (0)