blob: cdf3415fdd5b1ce78dd7e7f3e3fcf8ea47473526 [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001kind: ClusterRole
2apiVersion: rbac.authorization.k8s.io/v1
3metadata:
4 name: system:aggregated-metrics-reader
5 labels:
6 rbac.authorization.k8s.io/aggregate-to-view: "true"
7 rbac.authorization.k8s.io/aggregate-to-edit: "true"
8 rbac.authorization.k8s.io/aggregate-to-admin: "true"
9rules:
10- apiGroups: ["metrics.k8s.io"]
11 resources: ["pods"]
12 verbs: ["get", "list", "watch"]