mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-08 23:56:03 +02:00
Update kube-state-metrics from v1.5.0 to v1.6.0-rc.2
* Collect metrics Ingress resources * Collects metrics about certificates.k8s.io certificatesigningrequests * https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.6.0-rc.2
This commit is contained in:
@ -27,6 +27,7 @@ rules:
|
||||
- daemonsets
|
||||
- deployments
|
||||
- replicasets
|
||||
- ingresses
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
@ -62,3 +63,10 @@ rules:
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- certificates.k8s.io
|
||||
resources:
|
||||
- certificatesigningrequests
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
|
Reference in New Issue
Block a user