Skip to content

Commit 98ffb19

Browse files
committed
rbac: grant update on NUMAResourcesOperator and node permissions for labeling
AIA: Human-AI blend, New content, Human-initiated, Reviewed, Claude Opus 4.6 v1.0 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
1 parent 7f98a98 commit 98ffb19

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

bundle/manifests/numaresources-operator.clusterserviceversion.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ metadata:
6666
}
6767
]
6868
capabilities: Basic Install
69-
createdAt: "2026-05-13T12:16:00Z"
69+
createdAt: "2026-06-02T08:17:10Z"
7070
features.operators.openshift.io/cnf: "true"
7171
features.operators.openshift.io/cni: "false"
7272
features.operators.openshift.io/csi: "false"
@@ -394,7 +394,9 @@ spec:
394394
resources:
395395
- nodes
396396
verbs:
397+
- get
397398
- list
399+
- patch
398400
- watch
399401
- apiGroups:
400402
- ""
@@ -463,10 +465,10 @@ spec:
463465
- nodetopology.openshift.io
464466
resources:
465467
- numaresourcesoperators
466-
- numaresourcesschedulers
467468
verbs:
468469
- get
469470
- list
471+
- update
470472
- watch
471473
- apiGroups:
472474
- nodetopology.openshift.io
@@ -484,6 +486,14 @@ spec:
484486
- get
485487
- patch
486488
- update
489+
- apiGroups:
490+
- nodetopology.openshift.io
491+
resources:
492+
- numaresourcesschedulers
493+
verbs:
494+
- get
495+
- list
496+
- watch
487497
- apiGroups:
488498
- rbac.authorization.k8s.io
489499
resources:

config/rbac/role.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ rules:
2323
resources:
2424
- nodes
2525
verbs:
26+
- get
2627
- list
28+
- patch
2729
- watch
2830
- apiGroups:
2931
- ""
@@ -92,10 +94,10 @@ rules:
9294
- nodetopology.openshift.io
9395
resources:
9496
- numaresourcesoperators
95-
- numaresourcesschedulers
9697
verbs:
9798
- get
9899
- list
100+
- update
99101
- watch
100102
- apiGroups:
101103
- nodetopology.openshift.io
@@ -113,6 +115,14 @@ rules:
113115
- get
114116
- patch
115117
- update
118+
- apiGroups:
119+
- nodetopology.openshift.io
120+
resources:
121+
- numaresourcesschedulers
122+
verbs:
123+
- get
124+
- list
125+
- watch
116126
- apiGroups:
117127
- rbac.authorization.k8s.io
118128
resources:

0 commit comments

Comments
 (0)