Skip to content

Commit c94b0ab

Browse files
authored
Merge pull request #3577 from sbueringer/pr-bump-autoscaler
2 parents 4599775 + 718e1f9 commit c94b0ab

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
app: cluster-autoscaler
4747
spec:
4848
containers:
49-
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
49+
- image: gcr.io/k8s-staging-autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
5050
name: cluster-autoscaler
5151
command:
5252
- /cluster-autoscaler
@@ -71,12 +71,6 @@ spec:
7171
# Using 6 for additional some buffer and to allow different starting min node group sizes.
7272
- --max-nodes-total=6
7373
- --v=4
74-
env:
75-
# Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
76-
# If that apiVersion is v1beta2 the current autoscaler implementation is not able
77-
# to resolve infrastructureRefs as the ref format changed. This would break scale from zero.
78-
- name: CAPI_VERSION
79-
value: v1beta1
8074
volumeMounts:
8175
- name: kubeconfig-management-cluster
8276
mountPath: /management-cluster

0 commit comments

Comments
 (0)