Skip to content

Commit

Permalink
include additional mounts to stage driver firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and bk201 committed Sep 18, 2024
1 parent 78ca556 commit 08080e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion charts/nvidia-driver-runtime/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ spec:
readOnly: true
- name: host-sys
mountPath: /sys
- name: firmware-search-path
mountPath: /sys/module/firmware_class/parameters/path
- name: nv-firmware
mountPath: /lib/firmware
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand All @@ -65,4 +69,11 @@ spec:
- name: host-sys
hostPath:
path: /sys
type: Directory
type: Directory
- name: firmware-search-path
hostPath:
path: /sys/module/firmware_class/parameters/path
- name: nv-firmware
hostPath:
path: /run/nvidia/driver/lib/firmware
type: DirectoryOrCreate

0 comments on commit 08080e9

Please sign in to comment.