From 6307f4c168661efa2c58e4f32db85c92a080543b Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 15 Aug 2025 12:11:56 +0200 Subject: [PATCH] Bump autoscaler to v1.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .../data/autoscaler/autoscaler-to-workload-workload.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/e2e/data/autoscaler/autoscaler-to-workload-workload.yaml b/test/e2e/data/autoscaler/autoscaler-to-workload-workload.yaml index 3ddd2341ca92..680c1b9b3f8d 100644 --- a/test/e2e/data/autoscaler/autoscaler-to-workload-workload.yaml +++ b/test/e2e/data/autoscaler/autoscaler-to-workload-workload.yaml @@ -176,7 +176,7 @@ spec: app: cluster-autoscaler spec: containers: - - image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION} + - image: gcr.io/k8s-staging-autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd name: cluster-autoscaler command: - /cluster-autoscaler @@ -200,12 +200,6 @@ spec: - --max-nodes-total=6 # Set the log verbosity - --v=4 - env: - # Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments. - # If that apiVersion is v1beta2 the current autoscaler implementation is not able - # to resolve infrastructureRefs as the ref format changed. This would break scale from zero. - - name: CAPI_VERSION - value: v1beta1 volumeMounts: - name: kubeconfig-management-cluster mountPath: /management-cluster