File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
reports/v0.5.0/gateway/gke-gateway Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ go test -timeout 30m ./conformance -v -args \
3131 --organization=GKE \
3232 --project=gke-gateway \
3333 --url=https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api \
34- --version=v1 .32.3 -gke.1211000 \
34+ --version=1 .32.4 -gke.1415000 \
35353636 --report-output="/path/to/report"
3737```
Original file line number Diff line number Diff line change 1- GatewayAPIInferenceExtensionVersion : v0.5.0-dev
1+ GatewayAPIInferenceExtensionVersion : v0.5.0
22apiVersion : gateway.networking.k8s.io/v1
3- date : " 2025-07-09T18:22:28Z "
3+ date : " 2025-07-21T22:52:10Z "
44gatewayAPIChannel : standard
55gatewayAPIVersion : v1.2.1
66implementation :
@@ -9,7 +9,7 @@ implementation:
99 organization : GKE
1010 project : gke-gateway
1111 url : https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
12- version : 1.32.3 -gke.1211000
12+ version : 1.32.4 -gke.1415000
1313kind : ConformanceReport
1414mode : default
1515profiles :
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ spec:
196196 terminationGracePeriodSeconds : 130
197197 containers :
198198 - name : epp
199- image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main
200- imagePullPolicy : Always
199+ image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0
200+ imagePullPolicy : IfNotPresent
201201 args :
202202 - --pool-name
203203 - " primary-inference-pool"
@@ -290,8 +290,8 @@ spec:
290290 terminationGracePeriodSeconds : 130
291291 containers :
292292 - name : epp
293- image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main
294- imagePullPolicy : Always
293+ image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0
294+ imagePullPolicy : IfNotPresent
295295 args :
296296 - --pool-name
297297 - " secondary-inference-pool"
You can’t perform that action at this time.
0 commit comments