Skip to content

Commit

Permalink
[gfd] only mount /run/nvidia/validations in init container
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Mar 9, 2025
1 parent e95e596 commit 5e7f3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/gpu-feature-discovery/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
securityContext:
privileged: true
volumeMounts:
- name: run-nvidia
mountPath: /run/nvidia
- name: run-nvidia-validations
mountPath: /run/nvidia/validations
mountPropagation: HostToContainer
- name: config-manager-init
image: "FILLED BY THE OPERATOR"
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
- name: host-sys
hostPath:
path: /sys
- name: run-nvidia
- name: run-nvidia-validations
hostPath:
path: "/run/nvidia"
type: Directory
path: "/run/nvidia/validations"
type: DirectoryOrCreate

0 comments on commit 5e7f3ed

Please sign in to comment.