Skip to content

Commit

Permalink
Update nvidia-device-plugin to v0.16.0 (#7900)
Browse files Browse the repository at this point in the history
update nvidia-device-plugin to v0.16.0

Co-authored-by: TiberiuGC <[email protected]>
  • Loading branch information
eksctl-bot and TiberiuGC authored Jul 31, 2024
1 parent 7cf024a commit e85b0a9
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions pkg/addons/assets/nvidia-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ spec:
type: RollingUpdate
template:
metadata:
# This annotation is deprecated. Kept here for backward compatibility
# See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
labels:
name: nvidia-device-plugin-ds
spec:
tolerations:
# This toleration is deprecated. Kept here for backward compatibility
# See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
- key: CriticalAddonsOnly
operator: Exists
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
Expand All @@ -46,18 +38,19 @@ 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.9.0
- image: nvcr.io/nvidia/k8s-device-plugin:v0.16.0
name: nvidia-device-plugin-ctr
args: ["--fail-on-init-error=false"]
env:
- name: FAIL_ON_INIT_ERROR
value: "false"
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
volumeMounts:
- name: device-plugin
mountPath: /var/lib/kubelet/device-plugins
volumes:
- name: device-plugin
hostPath:
path: /var/lib/kubelet/device-plugins

mountPath: /var/lib/kubelet/device-plugins
volumes:
- name: device-plugin
hostPath:
path: /var/lib/kubelet/device-plugins

0 comments on commit e85b0a9

Please sign in to comment.