Skip to content

Commit c1692e8

Browse files
authored
Merge pull request #12736 from sbueringer/pr-set-autosclaer-taint
🌱 Set startup taint for autoscaler in e2e tests
2 parents ec460ec + 8d205d6 commit c1692e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/data/autoscaler/autoscaler-to-workload-workload.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ spec:
198198
# Note: The E2E test should only go up to 4 (assuming it starts with a min node group size of 2).
199199
# Using 6 for additional some buffer and to allow different starting min node group sizes.
200200
- --max-nodes-total=6
201+
# CABPK sets this taint on startup, so we should configure it here accordingly
202+
- --startup-taint=node.cluster.x-k8s.io/uninitialized
201203
# Set the log verbosity
202204
- --v=4
203205
volumeMounts:

0 commit comments

Comments
 (0)