Skip to content

Commit 690e9ef

Browse files
authored
Merge pull request #9929 from zalando-incubator/update-karpenter-7-instances
Update default-for-karpenter 7th / 8th gen instances
2 parents 9023d78 + f176763 commit 690e9ef

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cluster/node-pools/worker-karpenter/provisioners.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,8 @@ spec:
209209
- "c7i"
210210
- "m7i"
211211
- "r7i"
212-
- "c7id"
213-
- "m7id"
214-
- "r7id"
215-
- "c7in"
216-
- "m7in"
217-
- "r7in"
212+
- "m8i"
213+
- "r8i"
218214
#{{ else if (eq .NodePool.KarpenterInstanceTypeStrategy "custom" ) }}
219215
- key: "node.kubernetes.io/instance-type"
220216
operator: In

0 commit comments

Comments
 (0)