Skip to content

Commit 6455990

Browse files
committed
update report format.
1 parent 50979b4 commit 6455990

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

conformance/my-first-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: gateway.networking.k8s.io/v1
2-
date: "2025-07-07T19:13:21Z"
2+
date: "2025-07-07T22:13:44Z"
33
gatewayAPIChannel: standard
44
gatewayAPIVersion: v1.2.1
55
implementation:

conformance/reports/gke-gateway/README.md renamed to conformance/reports/v0.5.0/gateway/gke-gateway/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Table of Contents
44

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+
| ... | ... | ... | ... | ... |
89

910
## Reproduce
1011

@@ -18,19 +19,19 @@ gcloud container clusters create "${cluster_name}" --gateway-api=standard --loca
1819

1920
2. Install the InferencePool and InferenceModel Custom Resource Definition (CRDs) in your GKE cluster, run the following command:
2021
```
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
2223
```
2324

2425
3. run the following command from within the [Gateway API inference extension repo](https://github.com/kubernetes-sigs/gateway-api-inference-extension)
2526

2627
```
27-
go test -timeout 30m ./conformance -v -args -debug \
28+
go test -timeout 30m ./conformance -v -args \
2829
--gateway-class=gke-l7-regional-external-managed \
29-
--conformance-profiles=GATEWAY-HTTP \
30+
--conformance-profiles=Gateway \
3031
--organization=GKE \
3132
--project=gke-gateway \
3233
--url=https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api \
33-
--version=TBD \
34+
--version=v1.32.3-gke.1211000 \
3435
3536
--report-output="/path/to/report"
3637
```

conformance/reports/gke-gateway/standard-1.32.3-rxlb-report.yaml renamed to conformance/reports/v0.5.0/gateway/gke-gateway/experimental-v1.32.3-default-gateway-report.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
GatewayAPIInferenceExtensionVersion: v0.5.0-dev
12
apiVersion: gateway.networking.k8s.io/v1
2-
date: "2025-07-07T18:22:28Z"
3+
date: "2025-07-09T18:22:28Z"
34
gatewayAPIChannel: standard
45
gatewayAPIVersion: v1.2.1
56
implementation:
@@ -8,7 +9,7 @@ implementation:
89
organization: GKE
910
project: gke-gateway
1011
url: https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
11-
version: TBD
12+
version: 1.32.3-gke.1211000
1213
kind: ConformanceReport
1314
mode: default
1415
profiles:

0 commit comments

Comments
 (0)