Skip to content

Commit 4232a0b

Browse files
authored
Merge pull request #6887 from zalando-incubator/exclude-c5d-large
Exclude c5d.large from default Karpenter instance-types
2 parents dc44aa7 + 73206fd commit 4232a0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ spec:
4949
operator: "NotIn"
5050
values:
5151
- "metal"
52+
# exclude instance-types with slow SSD
53+
- key: "node.kubernetes.io/instance-type"
54+
operator: "NotIn"
55+
values:
56+
- "c5d.large"
5257
{{- else }}
5358
- key: "node.kubernetes.io/instance-type"
5459
operator: In

0 commit comments

Comments
 (0)