Skip to content

Commit

Permalink
πŸ› fix(node-pool): remove options that cannot schedule default workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 15, 2024
1 parent 44ed1ef commit 65e7fb4
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 65e7fb4

Please sign in to comment.