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 \
31
31
--organization=GKE \
32
32
--project=gke-gateway \
33
33
--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 \
35
35
36
36
--report-output="/path/to/report"
37
37
```
Original file line number Diff line number Diff line change 1
- GatewayAPIInferenceExtensionVersion : v0.5.0-dev
1
+ GatewayAPIInferenceExtensionVersion : v0.5.0
2
2
apiVersion : gateway.networking.k8s.io/v1
3
- date : " 2025-07-09T18:22:28Z "
3
+ date : " 2025-07-21T22:52:10Z "
4
4
gatewayAPIChannel : standard
5
5
gatewayAPIVersion : v1.2.1
6
6
implementation :
@@ -9,7 +9,7 @@ implementation:
9
9
organization : GKE
10
10
project : gke-gateway
11
11
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
13
13
kind : ConformanceReport
14
14
mode : default
15
15
profiles :
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ spec:
196
196
terminationGracePeriodSeconds : 130
197
197
containers :
198
198
- 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
201
201
args :
202
202
- --pool-name
203
203
- " primary-inference-pool"
@@ -290,8 +290,8 @@ spec:
290
290
terminationGracePeriodSeconds : 130
291
291
containers :
292
292
- 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
295
295
args :
296
296
- --pool-name
297
297
- " secondary-inference-pool"
You can’t perform that action at this time.
0 commit comments