This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring/manifests/node-exporter-clusterRole.yaml

23 lines
461 B
YAML
Raw Normal View History

2020-02-11 21:21:17 +00:00
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
2021-05-01 14:24:35 +00:00
labels:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.1.2
2020-02-11 21:21:17 +00:00
name: node-exporter
rules:
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create