Update kube-state-metrics version and RBAC cluster role

* https://github.com/kubernetes/kube-state-metrics/pull/345
* https://github.com/kubernetes/kube-state-metrics/pull/334
This commit is contained in:
Dalton Hubble
2018-01-15 08:33:44 -08:00
parent 38fa7dff1a
commit 996651c605
3 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,9 @@ rules:
- replicationcontrollers
- limitranges
- persistentvolumeclaims
- persistentvolumes
- namespaces
- endpoints
verbs: ["list", "watch"]
- apiGroups: ["extensions"]
resources:
@ -29,3 +31,8 @@ rules:
- cronjobs
- jobs
verbs: ["list", "watch"]
- apiGroups: ["autoscaling"]
resources:
- horizontalpodautoscalers
verbs: ["list", "watch"]