File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ clusters:
52
52
skipper_open_policy_agent_observability_url: "${SKIPPER_OPA_OBSERVABILITY_URL} "
53
53
skipper_open_policy_agent_bundles_url: "${SKIPPER_OPA_BUNDLES_URL} "
54
54
eks_ip_family: "ipv6"
55
+ consolidation_policy: "WhenEmpty"
56
+ consolidate_after: "5m"
55
57
criticality_level: 1
56
58
environment: e2e
57
59
id: ${CLUSTER_ID}
113
115
- default-for-karpenter
114
116
config_items:
115
117
scaling_priority: "100"
116
- consolidate_after: "5m"
117
118
- name: karpenter-arm
118
119
profile: worker-karpenter
119
120
discount_strategy: none
123
124
- not-specified
124
125
config_items:
125
126
requirements: "- key: kubernetes.io/arch\n operator: In\n values:\n - arm64\n"
126
- consolidate_after: "5m"
127
127
taints: kubernetes.io/arch=arm64:NoSchedule
128
128
- discount_strategy: spot
129
129
instance_types:
151
151
config_items:
152
152
labels: dedicated=node-tests
153
153
taints: dedicated=node-tests:NoSchedule
154
- consolidate_after: "5m"
155
154
- discount_strategy: spot
156
155
instance_types:
157
156
- "g4dn.xlarge"
172
171
config_items:
173
172
labels: zalando.org/nvidia-gpu=tesla
174
173
taints: nvidia.com/gpu=present:NoSchedule
175
- consolidate_after: "5m"
176
174
- discount_strategy: none
177
175
instance_types:
178
176
- "default-for-karpenter"
183
181
config_items:
184
182
labels: dedicated=node-reboot-tests
185
183
taints: dedicated=node-reboot-tests:NoSchedule
186
- consolidate_after: "5m"
187
184
provider: ${CLUSTER_PROVIDER}
188
185
region: ${REGION}
189
186
owner: '${OWNER} '
You can’t perform that action at this time.
0 commit comments