Skip to content

Commit 48d115a

Browse files
sbueringerk8s-infra-cherrypick-robot
authored andcommitted
Bump autoscaler to v1.33.1
Signed-off-by: Stefan Büringer [email protected]
1 parent 6ff7c4c commit 48d115a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
app: cluster-autoscaler
177177
spec:
178178
containers:
179-
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
179+
- image: gcr.io/k8s-staging-autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
180180
name: cluster-autoscaler
181181
command:
182182
- /cluster-autoscaler
@@ -200,12 +200,6 @@ spec:
200200
- --max-nodes-total=6
201201
# Set the log verbosity
202202
- --v=4
203-
env:
204-
# Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
205-
# If that apiVersion is v1beta2 the current autoscaler implementation is not able
206-
# to resolve infrastructureRefs as the ref format changed. This would break scale from zero.
207-
- name: CAPI_VERSION
208-
value: v1beta1
209203
volumeMounts:
210204
- name: kubeconfig-management-cluster
211205
mountPath: /management-cluster

0 commit comments

Comments
 (0)