Skip to content

Commit

Permalink
Merge pull request #29 from aws-ia/nvidia-device-plugin-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu authored Mar 31, 2024
2 parents 718a530 + c31c3c5 commit abed928
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions helm-charts/neuron-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ nodeSelector: {}
image:
repository: public.ecr.aws/neuron/neuron-device-plugin
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.14.4.0"
tag: "2.19.16.0"

tolerations:
- operator: Exists # DaemonSet is tolerant of any taints, regardless of the key or value of the taint.
Expand All @@ -48,7 +47,12 @@ tolerations:
- key: aws.amazon.com/neuron
operator: Exists
effect: NoSchedule

- key: aws.amazon.com/neuroncore
operator: Exists
effect: NoSchedule
- key: aws.amazon.com/neurondevice
operator: Exists
effect: NoSchedule
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit abed928

Please sign in to comment.