Skip to content

Commit 9599188

Browse files
authored
Merge pull request #9276 from zalando-incubator/e2e-consolidation-policy-when-empty
e2e: only consolidate empty nodes
2 parents 60924e3 + a14ed15 commit 9599188

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/e2e/cluster_config.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ clusters:
5252
skipper_open_policy_agent_observability_url: "${SKIPPER_OPA_OBSERVABILITY_URL}"
5353
skipper_open_policy_agent_bundles_url: "${SKIPPER_OPA_BUNDLES_URL}"
5454
eks_ip_family: "ipv6"
55+
consolidation_policy: "WhenEmpty"
56+
consolidate_after: "5m"
5557
criticality_level: 1
5658
environment: e2e
5759
id: ${CLUSTER_ID}
@@ -113,7 +115,6 @@ EOFF
113115
- default-for-karpenter
114116
config_items:
115117
scaling_priority: "100"
116-
consolidate_after: "5m"
117118
- name: karpenter-arm
118119
profile: worker-karpenter
119120
discount_strategy: none
@@ -123,7 +124,6 @@ EOFF
123124
- not-specified
124125
config_items:
125126
requirements: "- key: kubernetes.io/arch\n operator: In\n values:\n - arm64\n"
126-
consolidate_after: "5m"
127127
taints: kubernetes.io/arch=arm64:NoSchedule
128128
- discount_strategy: spot
129129
instance_types:
@@ -151,7 +151,6 @@ EOFF
151151
config_items:
152152
labels: dedicated=node-tests
153153
taints: dedicated=node-tests:NoSchedule
154-
consolidate_after: "5m"
155154
- discount_strategy: spot
156155
instance_types:
157156
- "g4dn.xlarge"
@@ -172,7 +171,6 @@ EOFF
172171
config_items:
173172
labels: zalando.org/nvidia-gpu=tesla
174173
taints: nvidia.com/gpu=present:NoSchedule
175-
consolidate_after: "5m"
176174
- discount_strategy: none
177175
instance_types:
178176
- "default-for-karpenter"
@@ -183,7 +181,6 @@ EOFF
183181
config_items:
184182
labels: dedicated=node-reboot-tests
185183
taints: dedicated=node-reboot-tests:NoSchedule
186-
consolidate_after: "5m"
187184
provider: ${CLUSTER_PROVIDER}
188185
region: ${REGION}
189186
owner: '${OWNER}'

0 commit comments

Comments
 (0)