Skip to content

Commit d698327

Browse files
committed
Downgrade autoscaler to v1.32.1
Signed-off-by: Stefan Büringer [email protected]
1 parent 03ba7dc commit d698327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/e2e/autoscaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
4343
},
4444
InfrastructureAPIGroup: "vmware.infrastructure.cluster.x-k8s.io",
4545
InfrastructureMachineTemplateKind: "vspheremachinetemplates",
46-
AutoscalerVersion: "v1.33.0",
46+
AutoscalerVersion: "v1.32.1",
4747
ScaleToAndFromZero: true,
4848
// We have no connectivity from the workload cluster to the kind management cluster in CI so we
4949
// can't deploy the autoscaler to the workload cluster.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ 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+
- --v=4
7374
env:
7475
# Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
7576
# If that apiVersion is v1beta2 the current autoscaler implementation is not able

0 commit comments

Comments
 (0)