bump kube-state-metrics to v1.0.1 + fix rbac metric

This commit is contained in:
Giancarlo Rubio
2017-09-29 14:41:01 +02:00
parent 40fa4ccd15
commit f8c48a976a

View File

@@ -25,7 +25,7 @@ Edit prometheus-operator/contrib/kube-prometheus/manifests/prometheus/prometheus
The manifest will look like that: The manifest will look like that:
``` ```
apiVersion: monitoring.coreos.com/v1alpha1 apiVersion: monitoring.coreos.com/v1
kind: Prometheus kind: Prometheus
metadata: metadata:
name: k8s name: k8s
@@ -87,7 +87,7 @@ subsets:
port: 2379 port: 2379
protocol: TCP protocol: TCP
--- ---
apiVersion: monitoring.coreos.com/v1alpha1 apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor kind: ServiceMonitor
metadata: metadata:
name: etcd-k8s name: etcd-k8s