Skip to content

Commit

Permalink
Upgraded the version of the nvidia device plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Soufiane Jounaid authored and msherman64 committed Nov 10, 2023
1 parent c6a82e3 commit 616add5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions roles/k3s/files/nvidia-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ spec:
# See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
priorityClassName: "system-node-critical"
containers:
- image: nvcr.io/nvidia/k8s-device-plugin:v0.12.2
- image: nvcr.io/nvidia/k8s-device-plugin:v0.14.1
name: nvidia-device-plugin-ctr
args: ["--fail-on-init-error=false"]
env:
- name: FAIL_ON_INIT_ERROR
value: "false"
- name: NVIDIA_VISIBLE_DEVICES
value: all
- name: NVIDIA_DRIVER_CAPABILITIES
value: all
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 616add5

Please sign in to comment.