Skip to content

Commit ef4ff42

Browse files
Bump autoscaler version used for testing to v1.35.0
1 parent d39b2c7 commit ef4ff42

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

test/e2e/autoscaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
3636
InfrastructureMachinePoolTemplateKind: "dockermachinepooltemplates",
3737
InfrastructureMachinePoolKind: "dockermachinepools",
3838
Flavor: ptr.To("topology-autoscaler"),
39-
AutoscalerVersion: "v1.34.2",
39+
AutoscalerVersion: "v1.35.0",
4040
ScaleToAndFromZero: true,
4141
}
4242
})

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ rules:
157157
- create
158158
- get
159159
- update
160+
- apiGroups:
161+
- resource.k8s.io
162+
resources:
163+
- resourceslices
164+
- deviceclasses
165+
- resourceclaims
166+
verbs:
167+
- watch
168+
- list
169+
- get
160170
---
161171
apiVersion: apps/v1
162172
kind: Deployment

0 commit comments

Comments
 (0)