@@ -146,7 +146,7 @@ spec:
146146              fieldPath : status.podIP 
147147---
148148#  --- Primary InferencePool Definition ---
149- apiVersion : inference.networking.x- k8s.io/v1alpha2  
149+ apiVersion : inference.networking.k8s.io/v1  
150150kind : InferencePool 
151151metadata :
152152  name : primary-inference-pool 
@@ -196,8 +196,8 @@ spec:
196196      terminationGracePeriodSeconds : 130 
197197      containers :
198198      - name : epp 
199-         image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0 
200-         imagePullPolicy : IfNotPresent 
199+         image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main 
200+         imagePullPolicy : Always 
201201        args :
202202        - --pool-name 
203203        - " primary-inference-pool" 
@@ -239,7 +239,7 @@ spec:
239239          name : plugins-config 
240240---
241241#  --- Secondary InferencePool Definition ---
242- apiVersion : inference.networking.x- k8s.io/v1alpha2  
242+ apiVersion : inference.networking.k8s.io/v1  
243243kind : InferencePool 
244244metadata :
245245  name : secondary-inference-pool 
@@ -290,8 +290,8 @@ spec:
290290      terminationGracePeriodSeconds : 130 
291291      containers :
292292      - name : epp 
293-         image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0 
294-         imagePullPolicy : IfNotPresent 
293+         image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main 
294+         imagePullPolicy : Always 
295295        args :
296296        - --pool-name 
297297        - " secondary-inference-pool" 
@@ -363,6 +363,9 @@ rules:
363363- apiGroups : ["inference.networking.x-k8s.io"] 
364364  resources : ["inferencemodels", "inferencepools"] 
365365  verbs : ["get", "list", "watch"] 
366+ - apiGroups : ["inference.networking.k8s.io"] 
367+   resources : ["inferencepools"] 
368+   verbs : ["get", "list", "watch"] 
366369- apiGroups : [""] 
367370  resources : ["pods"] 
368371  verbs : ["get", "list", "watch"] 
@@ -379,4 +382,4 @@ subjects:
379382roleRef :
380383  kind : Role 
381384  name : inference-model-reader 
382-   apiGroup : rbac.authorization.k8s.io 
385+   apiGroup : rbac.authorization.k8s.io 
0 commit comments