File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
vertical-pod-autoscaler/deploy Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,32 @@ rules:
121121 - create
122122---
123123apiVersion : rbac.authorization.k8s.io/v1
124+ kind : ClusterRole
125+ metadata :
126+ name : system:vpa-updater-in-place
127+ rules :
128+ - apiGroups :
129+ - " "
130+ resources :
131+ - pods/resize
132+ - pods
133+ verbs :
134+ - patch
135+ ---
136+ apiVersion : rbac.authorization.k8s.io/v1
137+ kind : ClusterRoleBinding
138+ metadata :
139+ name : system:vpa-updater-in-place-binding
140+ roleRef :
141+ apiGroup : rbac.authorization.k8s.io
142+ kind : ClusterRole
143+ name : system:vpa-updater-in-place
144+ subjects :
145+ - kind : ServiceAccount
146+ name : vpa-updater
147+ namespace : kube-system
148+ ---
149+ apiVersion : rbac.authorization.k8s.io/v1
124150kind : ClusterRoleBinding
125151metadata :
126152 name : system:metrics-reader
You can’t perform that action at this time.
0 commit comments