Skip to content

Commit cba600d

Browse files
committed
Set startup taint for autoscaler in e2e tests
Signed-off-by: Stefan Büringer [email protected]
1 parent 0c2eacf commit cba600d

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)