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/kube-state-metrics-clusterR...

111 lines
1.7 KiB
YAML
Raw Normal View History

2020-02-11 21:21:17 +00:00
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
2021-05-01 14:24:35 +00:00
app.kubernetes.io/component: exporter
2020-02-11 21:21:17 +00:00
app.kubernetes.io/name: kube-state-metrics
2021-05-01 14:24:35 +00:00
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 2.0.0
2020-02-11 21:21:17 +00:00
name: kube-state-metrics
rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- nodes
- pods
- services
- resourcequotas
- replicationcontrollers
- limitranges
- persistentvolumeclaims
- persistentvolumes
- namespaces
- endpoints
verbs:
- list
- watch
- apiGroups:
- apps
resources:
- statefulsets
- daemonsets
- deployments
- replicasets
verbs:
- list
- watch
- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- list
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- list
- watch
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- list
- watch
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
verbs:
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
- volumeattachments
verbs:
- list
- watch
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
2021-05-01 14:24:35 +00:00
- ingresses
verbs:
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
2020-02-11 21:21:17 +00:00
verbs:
- list
- watch