Skip to content

Commit 1695c5b

Browse files
committed
Add permissions for nodefeatures in GFD's cluster role
These permissions are required when GFD is configured to use the Node Feature API instead of feature files. Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 507f23b commit 1695c5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/gpu-feature-discovery/0210_clusterrole.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ rules:
1111
- get
1212
- list
1313
- watch
14+
- apiGroups:
15+
- "nfd.k8s-sigs.io"
16+
resources:
17+
- "nodefeatures"
18+
verbs:
19+
- get
20+
- list
21+
- watch
22+
- create
23+
- update

0 commit comments

Comments
 (0)