Skip to content

Commit 40eeca8

Browse files
yansun1996enricoschiattarella
authored andcommitted
[Fix] Add GET LIST Pods RBAC to exporter cluster role in OLM bundle
1 parent 324d3a0 commit 40eeca8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

bundle/manifests/amd-gpu-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
capabilities: Seamless Upgrades
3333
categories: AI/Machine Learning,Monitoring
3434
containerImage: docker.io/rocm/gpu-operator:v1.2.0
35-
createdAt: "2025-05-08T06:33:46Z"
35+
createdAt: "2025-06-11T22:50:16Z"
3636
description: |-
3737
Operator responsible for deploying AMD GPU kernel drivers, device plugin, device test runner and device metrics exporter
3838
For more information, visit [documentation](https://instinct.docs.amd.com/projects/gpu-operator/en/latest/)
@@ -954,6 +954,13 @@ spec:
954954
- get
955955
- list
956956
- update
957+
- apiGroups:
958+
- ""
959+
resources:
960+
- pods
961+
verbs:
962+
- get
963+
- list
957964
- apiGroups:
958965
- security.openshift.io
959966
resourceNames:

config/rbac/metrics_exporter_cluster_role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rules:
66
- apiGroups: [""]
77
resources: ["nodes"]
88
verbs: ["get", "list", "update"]
9+
- apiGroups: [""]
10+
resources: ["pods"]
11+
verbs: ["get", "list"]
912
- apiGroups:
1013
- security.openshift.io
1114
resourceNames:

0 commit comments

Comments
 (0)