File tree Expand file tree Collapse file tree 2 files changed +9
-41
lines changed
hack/observability/kube-state-metrics/chart Expand file tree Collapse file tree 2 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ helmCharts:
4
4
namespace : observability
5
5
releaseName : kube-state-metrics
6
6
valuesFile : values.yaml
7
- version : 5.6.4
7
+ version : 5.8.1
8
8
9
9
helmGlobals :
10
10
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ extraArgs:
13
13
14
14
rbac :
15
15
extraRules :
16
+ - apiGroups :
17
+ - apiextensions.k8s.io
18
+ resources :
19
+ - customresourcedefinitions
20
+ verbs :
21
+ - get
22
+ - list
23
+ - watch
16
24
- apiGroups :
17
25
- cluster.x-k8s.io
18
26
resources :
43
51
- get
44
52
- list
45
53
- watch
46
-
47
- collectors :
48
- # CAPI CRs
49
- - clusterclasses
50
- - clusters
51
- - machinedeployments
52
- - machinesets
53
- - machines
54
- - machinehealthchecks
55
- - kubeadmcontrolplanes
56
- - kubeadmconfigs
57
- # We need to define all default collectors too, otherwise the helm chart does not include this resources in rbac
58
- - certificatesigningrequests
59
- - configmaps
60
- - cronjobs
61
- - daemonsets
62
- - deployments
63
- - endpoints
64
- - horizontalpodautoscalers
65
- - ingresses
66
- - jobs
67
- - limitranges
68
- - mutatingwebhookconfigurations
69
- - namespaces
70
- - networkpolicies
71
- - nodes
72
- - persistentvolumeclaims
73
- - persistentvolumes
74
- - poddisruptionbudgets
75
- - pods
76
- - replicasets
77
- - replicationcontrollers
78
- - resourcequotas
79
- - secrets
80
- - services
81
- - statefulsets
82
- - storageclasses
83
- - validatingwebhookconfigurations
84
- - volumeattachments
85
- # - verticalpodautoscalers # not a default resource, see also: https://github.com/kubernetes/kube-state-metrics#enabling-verticalpodautoscalers
You can’t perform that action at this time.
0 commit comments