File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
cluster-autoscaler/charts/cluster-autoscaler Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.34.2
2+ appVersion : 1.35.0
33description : Scales Kubernetes worker nodes within autoscaling groups.
44engine : gotpl
55home : https://github.com/kubernetes/autoscaler
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111sources :
1212 - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313type : application
14- version : 9.53 .0
14+ version : 9.54 .0
Original file line number Diff line number Diff line change @@ -61,6 +61,16 @@ rules:
6161{{- end }}
6262 - get
6363 - update
64+ - apiGroups :
65+ - resource.k8s.io
66+ resources :
67+ - resourceslices
68+ - deviceclasses
69+ - resourceclaims
70+ verbs :
71+ - watch
72+ - list
73+ - get
6474 - apiGroups :
6575 - " "
6676 resources :
You can’t perform that action at this time.
0 commit comments