Skip to content

Commit 6b359c8

Browse files
increase default cpu/mem for karpenter provsioned instances
1 parent 38bcc91 commit 6b359c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

infrastructure/k8s-config/clusters/kit-infrastructure/kit-provisioner.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ spec:
2626
- amd64
2727
- key: kit.k8s.sh/app
2828
operator: Exists
29+
- key: "karpenter.k8s.aws/instance-cpu"
30+
operator: In
31+
values: ["16", "32", "48", "64"]
2932
- key: kit.k8s.sh/control-plane-name
3033
operator: Exists
3134
limits:

infrastructure/k8s-config/clusters/kit-infrastructure/provisioner.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ spec:
2929
operator: In
3030
values:
3131
- amd64
32+
- key: "karpenter.k8s.aws/instance-cpu"
33+
operator: In
34+
values: ["16", "32", "48", "64"]
3235
limits:
3336
resources:
3437
cpu: 8000

0 commit comments

Comments
 (0)