Skip to content

Commit

Permalink
Fix autoscaler image repo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Sep 1, 2023
1 parent aee8f00 commit 9793a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
app: cluster-autoscaler
spec:
containers:
- image: k8s.gcr.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
name: cluster-autoscaler
command:
- /cluster-autoscaler
Expand Down
2 changes: 1 addition & 1 deletion test/framework/autoscaler_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func getAuthenticationTokenForAutoscaler(ctx context.Context, managementClusterP
{
Verbs: []string{"get", "list", "update", "watch"},
APIGroups: []string{"cluster.x-k8s.io"},
Resources: []string{"machinedeployments", "machinedeployments/scale", "machines", "machinesets"},
Resources: []string{"machinedeployments", "machinedeployments/scale", "machinepools", "machinepools/scale", "machines", "machinesets"},
},
{
Verbs: []string{"get", "list"},
Expand Down

0 comments on commit 9793a09

Please sign in to comment.