Skip to content

Commit c88cbdf

Browse files
authored
update steps to run conformance tests against gateway
1 parent bfd979d commit c88cbdf

File tree

1 file changed

+11
-5
lines changed
  • conformance/reports/v1.0.0/gateway/kgateway

1 file changed

+11
-5
lines changed

conformance/reports/v1.0.0/gateway/kgateway/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,39 @@ In order to run the conformance tests, the following prerequisites must be met:
4545
make kind-setup
4646
```
4747

48-
4. Install the kgateway CRDs:
48+
4. Build and load the images:
49+
50+
```sh
51+
make kind-build-and-load
52+
```
53+
54+
5. Install the kgateway CRDs:
4955

5056
```sh
5157
helm upgrade -i --create-namespace --namespace kgateway-system \
5258
--version $VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
5359
```
5460

55-
5. Install kgateway with Inference Extension enabled:
61+
6. Install kgateway with Inference Extension enabled:
5662

5763
```sh
5864
helm upgrade -i --namespace kgateway-system --version $VERSION \
5965
kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --set inferenceExtension.enabled=true
6066
```
6167

62-
6. Wait for the kgateway rollout to complete:
68+
7. Wait for the kgateway rollout to complete:
6369

6470
```sh
6571
kubectl rollout status deploy/kgateway -n kgateway-system
6672
```
6773

68-
7. Run the conformance tests:
74+
8. Run the conformance tests:
6975

7076
```sh
7177
make gie-conformance
7278
```
7379

74-
8. View and verify the conformance report:
80+
9. View and verify the conformance report:
7581

7682
```sh
7783
cat _test/conformance/inference-$VERSION-report.yaml

0 commit comments

Comments
 (0)