File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
apiVersion : v1
96
96
kind : ConfigMap
97
97
metadata :
98
- name : plugins-config
98
+ name : inference-extension- plugins-config
99
99
namespace : default
100
100
data :
101
101
default-plugins.yaml : |
@@ -177,7 +177,7 @@ data:
177
177
kind : ClusterRole
178
178
apiVersion : rbac.authorization.k8s.io/v1
179
179
metadata :
180
- name : pod- read
180
+ name : inference-extension- read-clusterrole
181
181
rules :
182
182
- apiGroups : ["inference.networking.x-k8s.io"]
183
183
resources : ["inferencepools"]
@@ -200,11 +200,11 @@ rules:
200
200
- subjectaccessreviews
201
201
verbs :
202
202
- create
203
- ---
203
+ ---
204
204
kind : ClusterRoleBinding
205
205
apiVersion : rbac.authorization.k8s.io/v1
206
206
metadata :
207
- name : pod- read-binding
207
+ name : inference-extension- read-clusterrole -binding
208
208
subjects :
209
209
- kind : ServiceAccount
210
210
name : default
You can’t perform that action at this time.
0 commit comments