Skip to content

Commit

Permalink
chore: Add latest instance types that support EFA (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Sep 21, 2024
1 parent c8a8d3d commit cf23219
Show file tree
Hide file tree
Showing 2 changed files with 13 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.4
version: v0.5.5
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
12 changes: 12 additions & 0 deletions stable/aws-efa-k8s-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,23 @@ supportedInstanceLabels: # EFA supported instances: https://docs.aws.amazon.com/
- g5.16xlarge
- g5.24xlarge
- g5.48xlarge
- g6.8xlarge
- g6.12xlarge
- g6.16xlarge
- g6.24xlarge
- g6.48xlarge
- g6e.8xlarge
- g6e.12xlarge
- g6e.16xlarge
- g6e.24xlarge
- g6e.48xlarge
- gr6.8xlarge
- inf1.24xlarge
- p3dn.24xlarge
- p4d.24xlarge
- p4de.24xlarge
- p5.48xlarge
- p5e.48xlarge
- trn1.32xlarge
- trn1n.32xlarge
- vt1.24xlarge
Expand Down

0 comments on commit cf23219

Please sign in to comment.