Skip to content

Commit

Permalink
Merge pull request #2293 from aruniiird/multicluster-changes-to-metri…
Browse files Browse the repository at this point in the history
…cs-exporter-n-prometheus-rules

Enable MetricsExporter and PrometheusRules on each StorageCluster namespaces
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2023
2 parents 6a31e91 + 9ae46b2 commit 000607b
Show file tree
Hide file tree
Showing 24 changed files with 839 additions and 174 deletions.
26 changes: 26 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ rules:
- events
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- secrets
- serviceaccounts
- services
verbs:
- '*'
Expand Down Expand Up @@ -190,6 +192,15 @@ rules:
- noobaas
verbs:
- '*'
- apiGroups:
- objectbucket.io
resources:
- objectbucketclaims
- objectbuckets
verbs:
- get
- list
- watch
- apiGroups:
- ocs.openshift.io
resources:
Expand Down Expand Up @@ -276,6 +287,21 @@ rules:
- clusterresourcequotas
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
- clusterroles
- rolebindings
- roles
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- route.openshift.io
resources:
Expand Down
Loading

0 comments on commit 000607b

Please sign in to comment.