We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d435f8e commit 86938d8Copy full SHA for 86938d8
1 file changed
pkg/addons/assets/nvidia-device-plugin.yaml
@@ -38,7 +38,7 @@ spec:
38
# See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
39
priorityClassName: "system-node-critical"
40
containers:
41
- - image: nvcr.io/nvidia/k8s-device-plugin:v0.17.2
+ - image: nvcr.io/nvidia/k8s-device-plugin:v0.17.4
42
name: nvidia-device-plugin-ctr
43
env:
44
- name: FAIL_ON_INIT_ERROR
@@ -48,9 +48,10 @@ spec:
48
capabilities:
49
drop: ["ALL"]
50
volumeMounts:
51
- - name: device-plugin
+ - name: kubelet-device-plugins-dir
52
mountPath: /var/lib/kubelet/device-plugins
53
volumes:
54
55
hostPath:
56
path: /var/lib/kubelet/device-plugins
57
+ type: Directory
0 commit comments