Skip to content

Commit

Permalink
fewer constraints on instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 11, 2024
1 parent 447eb59 commit 44ed1ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ec2_node_pool.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ spec:
- key: karpenter.sh/capacity-type
operator: In
values: ["spot", "on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r", "i", "d", "t"]
- key: karpenter.k8s.aws/instance-generation
operator: Gt
values: ["2"]
# - key: karpenter.k8s.aws/instance-category
# operator: In
# values: ["c", "m", "r", "i", "d", "t"]
# - key: karpenter.k8s.aws/instance-generation
# operator: Gt
# values: ["2"]
nodeClassRef:
group: karpenter.k8s.aws
kind: EC2NodeClass
Expand Down

0 comments on commit 44ed1ef

Please sign in to comment.