Skip to content

Commit 2ce9790

Browse files
authored
Add P5en to list of EFA supported instances (#1182)
1 parent f7eb54b commit 2ce9790

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

stable/aws-efa-k8s-device-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: aws-efa-k8s-device-plugin
33
description: A Helm chart for EFA device plugin.
4-
version: v0.5.5
4+
version: v0.5.6
55
appVersion: "v0.5.4"
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

stable/aws-efa-k8s-device-plugin/templates/daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ spec:
5454
values:
5555
{{- toYaml $.Values.supportedInstanceLabels.values | nindent 20 }}
5656
{{- end }}
57+
- key: eks.amazonaws.com/compute-type
58+
operator: NotIn
59+
values:
60+
- auto
5761
hostNetwork: true
5862
containers:
5963
- image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}

stable/aws-efa-k8s-device-plugin/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ supportedInstanceLabels: # EFA supported instances: https://docs.aws.amazon.com/
118118
- p4de.24xlarge
119119
- p5.48xlarge
120120
- p5e.48xlarge
121+
- p5en.48xlarge
121122
- trn1.32xlarge
122123
- trn1n.32xlarge
123124
- vt1.24xlarge

0 commit comments

Comments
 (0)