Skip to content

Commit d2c99dd

Browse files
committed
exclude a1 instance family from Karpenter pools
1 parent 5aaef15 commit d2c99dd

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
@@ -152,6 +152,11 @@ spec:
152152
operator: In
153153
values:
154154
- nitro
155+
- key: "karpenter.k8s.aws/instance-family"
156+
operator: NotIn
157+
values:
158+
# the ARM architecture is too old and flannel breaks
159+
- "a1"
155160
#{{ if eq .NodePool.ConfigItems.karpenter_in_transit_support_required "true" }}
156161
- key: karpenter.k8s.aws/instance-encryption-in-transit-supported
157162
operator: In

0 commit comments

Comments
 (0)