File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/vsphere.yaml"
121
121
export E2E_CONF_OVERRIDE_FILE=" "
122
122
export E2E_VM_OPERATOR_VERSION=" ${VM_OPERATOR_VERSION:- v1.8.6-0-gde75746a} "
123
123
export DOCKER_IMAGE_TAR=" /tmp/images/image.tar"
124
- export GC_KIND=" false"
125
124
126
125
SSH_KEY_DIR=$( mktemp -d)
127
126
export VSPHERE_SSH_PRIVATE_KEY
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
43
43
},
44
44
InfrastructureAPIGroup : "vmware.infrastructure.cluster.x-k8s.io" ,
45
45
InfrastructureMachineTemplateKind : "vspheremachinetemplates" ,
46
- AutoscalerVersion : "v1.31 .0" ,
46
+ AutoscalerVersion : "v1.33 .0" ,
47
47
ScaleToAndFromZero : true ,
48
48
// We have no connectivity from the workload cluster to the kind management cluster in CI so we
49
49
// can't deploy the autoscaler to the workload cluster.
Original file line number Diff line number Diff line change 70
70
# Note: The E2E test should only go up to 4 (assuming it starts with a min node group size of 2).
71
71
# Using 6 for additional some buffer and to allow different starting min node group sizes.
72
72
- --max-nodes-total=6
73
+ env :
74
+ # Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
75
+ # If that apiVersion is v1beta2 the current autoscaler implementation is not able
76
+ # to resolve infrastructureRefs as the ref format changed. This would break scale from zero.
77
+ - name : CAPI_VERSION
78
+ value : v1beta1
73
79
volumeMounts :
74
80
- name : kubeconfig-management-cluster
75
81
mountPath : /management-cluster
You can’t perform that action at this time.
0 commit comments