File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
reports/v0.5.0/gateway/gke-gateway Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : gateway.networking.k8s.io/v1
2
- date : " 2025-07-07T19 :13:21Z "
2
+ date : " 2025-07-07T22 :13:44Z "
3
3
gatewayAPIChannel : standard
4
4
gatewayAPIVersion : v1.2.1
5
5
implementation :
Original file line number Diff line number Diff line change 2
2
3
3
## Table of Contents
4
4
5
- | API channel| Implementation version| Mode| Report|
6
- | -----------| ----------------------| ----| ------|
7
- | standard| 1.32.3-gke.1211000| gke-l7-regional-external-managed| [ v1.32.3 rxlb report] ( ./standard-1.32.3-rxlb-report.yaml ) |
5
+ | Extension Version Tested | Profile Tested | Implementation Version | Mode | Report |
6
+ | --------------------------| ----------------| ------------------------| ---------| ----------------------------------------------------------------------------|
7
+ | v0.5.0-dev | Gateway | v1.32.3-gke.1211000 | default | [ v1.32.3 Gateway report] ( ./experimental-v1.32.3-default-gateway-report.yaml ) |
8
+ | ... | ... | ... | ... | ... |
8
9
9
10
## Reproduce
10
11
@@ -18,19 +19,19 @@ gcloud container clusters create "${cluster_name}" --gateway-api=standard --loca
18
19
19
20
2 . Install the InferencePool and InferenceModel Custom Resource Definition (CRDs) in your GKE cluster, run the following command:
20
21
```
21
- kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.3 .0/manifests.yaml
22
+ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v0.5 .0/manifests.yaml
22
23
```
23
24
24
25
3 . run the following command from within the [ Gateway API inference extension repo] ( https://github.com/kubernetes-sigs/gateway-api-inference-extension )
25
26
26
27
```
27
- go test -timeout 30m ./conformance -v -args -debug \
28
+ go test -timeout 30m ./conformance -v -args \
28
29
--gateway-class=gke-l7-regional-external-managed \
29
- --conformance-profiles=GATEWAY-HTTP \
30
+ --conformance-profiles=Gateway \
30
31
--organization=GKE \
31
32
--project=gke-gateway \
32
33
--url=https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api \
33
- --version=TBD \
34
+ --version=v1.32.3-gke.1211000 \
34
35
35
36
--report-output="/path/to/report"
36
37
```
Original file line number Diff line number Diff line change
1
+ GatewayAPIInferenceExtensionVersion : v0.5.0-dev
1
2
apiVersion : gateway.networking.k8s.io/v1
2
- date : " 2025-07-07T18 :22:28Z"
3
+ date : " 2025-07-09T18 :22:28Z"
3
4
gatewayAPIChannel : standard
4
5
gatewayAPIVersion : v1.2.1
5
6
implementation :
@@ -8,7 +9,7 @@ implementation:
8
9
organization : GKE
9
10
project : gke-gateway
10
11
url : https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
11
- version : TBD
12
+ version : 1.32.3-gke.1211000
12
13
kind : ConformanceReport
13
14
mode : default
14
15
profiles :
You can’t perform that action at this time.
0 commit comments