Skip to content

Commit 9a2667c

Browse files
authored
fix: missing permission to list inference.networking.k8s.io/v1/inferencepool (#1230)
1 parent 5dba9e0 commit 9a2667c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/manifests/inferencepool-resources.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ apiVersion: rbac.authorization.k8s.io/v1
179179
metadata:
180180
name: pod-read
181181
rules:
182+
- apiGroups: ["inference.networking.k8s.io"]
183+
resources: ["inferencepools"]
184+
verbs: ["get", "watch", "list"]
182185
- apiGroups: ["inference.networking.x-k8s.io"]
183186
resources: ["inferencepools"]
184187
verbs: ["get", "watch", "list"]
@@ -200,7 +203,7 @@ rules:
200203
- subjectaccessreviews
201204
verbs:
202205
- create
203-
---
206+
---
204207
kind: ClusterRoleBinding
205208
apiVersion: rbac.authorization.k8s.io/v1
206209
metadata:

0 commit comments

Comments
 (0)