Skip to content

Commit 0450a2a

Browse files
committed
Add t to karpenterinstance type
1 parent ea746b2 commit 0450a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/karpenter/general-node-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
values: ["on-demand"]
2525
- key: karpenter.k8s.aws/instance-category
2626
operator: In
27-
values: ["c", "m", "r"]
27+
values: ["t", "c", "m", "r"]
2828
- key: karpenter.k8s.aws/instance-generation
2929
operator: Gt
3030
values: ["2"]

infra/karpenter/spot-node-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
values: ["linux"]
2525
- key: karpenter.k8s.aws/instance-category
2626
operator: In
27-
values: ["c", "m", "r"]
27+
values: ["t", "c", "m", "r"]
2828
- key: karpenter.k8s.aws/instance-generation
2929
operator: Gt
3030
values: ["2"]

0 commit comments

Comments
 (0)