We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f405a81 commit 5c00efcCopy full SHA for 5c00efc
deployments/helm/nvidia-device-plugin/templates/daemonset-device-plugin.yml
@@ -186,7 +186,6 @@ spec:
186
# This is required for CDI detection to work correctly.
187
- name: driver-root
188
mountPath: /driver-root
189
- readOnly: true
190
{{- end }}
191
# The MPS /dev/shm is needed to allow for MPS daemon health-checking.
192
- name: mps-shm
@@ -213,6 +212,7 @@ spec:
213
212
hostPath:
214
# TODO: This should be /var/run/nvidia/mps
215
path: /var/lib/kubelet/device-plugins/mps
+ type: DirectoryOrCreate
216
217
218
path: /var/lib/kubelet/device-plugins/mps/shm
0 commit comments