From cba600dcfa9f592acf5406d64960e707b9f3e88a Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 5 Sep 2025 17:52:26 +0200 Subject: [PATCH] Set startup taint for autoscaler in e2e tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .../e2e/data/autoscaler/autoscaler-to-management-workload.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/data/autoscaler/autoscaler-to-management-workload.yaml b/test/e2e/data/autoscaler/autoscaler-to-management-workload.yaml index 471881b225..5ece01e3ec 100644 --- a/test/e2e/data/autoscaler/autoscaler-to-management-workload.yaml +++ b/test/e2e/data/autoscaler/autoscaler-to-management-workload.yaml @@ -70,6 +70,9 @@ spec: # Note: The E2E test should only go up to 4 (assuming it starts with a min node group size of 2). # Using 6 for additional some buffer and to allow different starting min node group sizes. - --max-nodes-total=6 + # CABPK sets this taint on startup, so we should configure it here accordingly + - --startup-taint=node.cluster.x-k8s.io/uninitialized + # Set the log verbosity - --v=4 volumeMounts: - name: kubeconfig-management-cluster