Skip to content

Commit 220fd91

Browse files
authored
Merge pull request #3629 from sbueringer/pr-set-autosclaer-taint
🌱 Set startup taint for autoscaler in e2e tests
2 parents b12d81c + cba600d commit 220fd91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ spec:
7070
# Note: The E2E test should only go up to 4 (assuming it starts with a min node group size of 2).
7171
# Using 6 for additional some buffer and to allow different starting min node group sizes.
7272
- --max-nodes-total=6
73+
# CABPK sets this taint on startup, so we should configure it here accordingly
74+
- --startup-taint=node.cluster.x-k8s.io/uninitialized
75+
# Set the log verbosity
7376
- --v=4
7477
volumeMounts:
7578
- name: kubeconfig-management-cluster

0 commit comments

Comments
 (0)