From 44ed1ef411f7b249207e268bd747eaf19ac12d3e Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 10 Oct 2024 22:09:11 -0400 Subject: [PATCH] fewer constraints on instance types --- ec2_node_pool.yaml.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ec2_node_pool.yaml.tpl b/ec2_node_pool.yaml.tpl index 4a9a138..1fcb874 100644 --- a/ec2_node_pool.yaml.tpl +++ b/ec2_node_pool.yaml.tpl @@ -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