Update kube-prometheus to use kube-state-metrics v1.0.0

This commit is contained in:
Ryan Walls
2017-08-22 17:09:37 -06:00
parent e48278f397
commit f87fd9cc0a
2 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ rules:
- resourcequotas
- replicationcontrollers
- limitranges
- persistentvolumeclaims
verbs: ["list", "watch"]
- apiGroups: ["extensions"]
resources:
@@ -18,3 +19,12 @@ rules:
- deployments
- replicasets
verbs: ["list", "watch"]
- apiGroups: ["apps"]
resources:
- statefulsets
verbs: ["list", "watch"]
- apiGroups: ["batch"]
resources:
- cronjobs
- jobs
verbs: ["list", "watch"]