We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f89f6 commit 9141821Copy full SHA for 9141821
pkg/addons/assets/efa-device-plugin.yaml
@@ -37,7 +37,7 @@ spec:
37
requiredDuringSchedulingIgnoredDuringExecution:
38
nodeSelectorTerms:
39
- matchExpressions:
40
- - key: "beta.kubernetes.io/instance-type"
+ - key: "node.kubernetes.io/instance-type"
41
operator: In
42
values:
43
- c5n.18xlarge
@@ -62,6 +62,7 @@ spec:
62
- g6.24xlarge
63
- g6.48xlarge
64
- hpc6a.48xlarge
65
+ - hpc7g.16xlarge
66
- i3en.12xlarge
67
- i3en.24xlarge
68
- i3en.metal
@@ -124,6 +125,7 @@ spec:
124
125
126
127
128
129
130
131
@@ -175,3 +177,4 @@ spec:
175
177
- name: device-plugin
176
178
hostPath:
179
path: /var/lib/kubelet/device-plugins
180
+
0 commit comments