Skip to content

🐛 fix(node-pool): remove options that cannot schedule default workloads #11

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ec2_node_pool.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spec:
requirements:
- key: kubernetes.io/arch
operator: In
values: ["amd64", "arm64"]
values: ["amd64"]
- key: kubernetes.io/os
operator: In
values: ["linux", "windows"]
values: ["linux"]
- key: "karpenter.k8s.aws/instance-hypervisor"
operator: In
values: ["nitro"]
Expand All @@ -38,7 +38,7 @@ spec:
memory: 100Mi
disruption:
consolidationPolicy: WhenEmptyOrUnderutilized
consolidateAfter: 1h
consolidateAfter: 0s
expireAfter: 72h
limits:
cpu: 1000
Expand Down