We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f23bf commit 31936a2Copy full SHA for 31936a2
pkg/addons/assets/nvidia-device-plugin.yaml
@@ -38,11 +38,9 @@ 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.4
+ - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.0
42
name: nvidia-device-plugin-ctr
43
- env:
44
- - name: FAIL_ON_INIT_ERROR
45
- value: "false"
+ env: []
46
securityContext:
47
allowPrivilegeEscalation: false
48
capabilities:
0 commit comments