Skip to content

Commit fb32a3b

Browse files
committed
Allow VPA to read scale subresource
1 parent 7b7d704 commit fb32a3b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vertical-pod-autoscaler/deploy/vpa-rbac.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ kind: ClusterRole
156156
metadata:
157157
name: system:vpa-target-reader
158158
rules:
159+
- apiGroups:
160+
- '*'
161+
resources:
162+
- '*/scale'
163+
verbs:
164+
- get
165+
- watch
159166
- apiGroups:
160167
- ""
161168
resources:

0 commit comments

Comments
 (0)