Skip to content

Commit 2a4cbc9

Browse files
authored
update markdown
1 parent c88cbdf commit 2a4cbc9

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,51 +33,51 @@ In order to run the conformance tests, the following prerequisites must be met:
3333
export CONFORMANCE=true
3434
```
3535

36-
2. Clone the kgateway repository and checkout the release:
36+
1. Clone the kgateway repository and checkout the release:
3737

3838
```sh
3939
git clone -b $VERSION https://github.com/kgateway-dev/kgateway.git && cd kgateway
4040
```
4141

42-
3. Create a KinD cluster:
42+
1. Create a KinD cluster:
4343

4444
```sh
4545
make kind-setup
4646
```
4747

48-
4. Build and load the images:
48+
1. Build and load the images:
4949

5050
```sh
5151
make kind-build-and-load
5252
```
5353

54-
5. Install the kgateway CRDs:
54+
1. Install the kgateway CRDs:
5555

5656
```sh
5757
helm upgrade -i --create-namespace --namespace kgateway-system \
5858
--version $VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
5959
```
6060

61-
6. Install kgateway with Inference Extension enabled:
61+
1. Install kgateway with Inference Extension enabled:
6262

6363
```sh
6464
helm upgrade -i --namespace kgateway-system --version $VERSION \
6565
kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --set inferenceExtension.enabled=true
6666
```
6767

68-
7. Wait for the kgateway rollout to complete:
68+
1. Wait for the kgateway rollout to complete:
6969

7070
```sh
7171
kubectl rollout status deploy/kgateway -n kgateway-system
7272
```
7373

74-
8. Run the conformance tests:
74+
1. Run the conformance tests:
7575

7676
```sh
7777
make gie-conformance
7878
```
7979

80-
9. View and verify the conformance report:
80+
1. View and verify the conformance report:
8181

8282
```sh
8383
cat _test/conformance/inference-$VERSION-report.yaml

0 commit comments

Comments
 (0)