Skip to content

Commit

Permalink
Add P5en to list of EFA supported instances (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeokar authored Nov 20, 2024
1 parent f7eb54b commit 2ce9790
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/aws-efa-k8s-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-efa-k8s-device-plugin
description: A Helm chart for EFA device plugin.
version: v0.5.5
version: v0.5.6
appVersion: "v0.5.4"
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
4 changes: 4 additions & 0 deletions stable/aws-efa-k8s-device-plugin/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
values:
{{- toYaml $.Values.supportedInstanceLabels.values | nindent 20 }}
{{- end }}
- key: eks.amazonaws.com/compute-type
operator: NotIn
values:
- auto
hostNetwork: true
containers:
- image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
Expand Down
1 change: 1 addition & 0 deletions stable/aws-efa-k8s-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ supportedInstanceLabels: # EFA supported instances: https://docs.aws.amazon.com/
- p4de.24xlarge
- p5.48xlarge
- p5e.48xlarge
- p5en.48xlarge
- trn1.32xlarge
- trn1n.32xlarge
- vt1.24xlarge
Expand Down

0 comments on commit 2ce9790

Please sign in to comment.