Skip to content

Commit a619580

Browse files
committed
feat: support VPAs
introduce and leverage KSM's CRS featureset and support VPAs using that Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent ebaa7e3 commit a619580

8 files changed

+766
-1
lines changed

assets/kube-state-metrics/cluster-role.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,17 @@ rules:
128128
verbs:
129129
- list
130130
- watch
131+
- apiGroups:
132+
- autoscaling.k8s.io
133+
resources:
134+
- verticalpodautoscalers
135+
verbs:
136+
- list
137+
- watch
138+
- apiGroups:
139+
- apiextensions.k8s.io
140+
resources:
141+
- customresourcedefinitions
142+
verbs:
143+
- list
144+
- watch

0 commit comments

Comments
 (0)