You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a mirror of the kgateway [conformance test] with the default (Envoy) data plane [conformance test](../README.md).
14
+
This is a mirror of the kgateway [inference conformance GHA workflow](https://github.com/kgateway-dev/kgateway/blob/v2.0.x/.github/actions/kube-inference-extension-conformance-tests/action.yaml).
15
15
16
16
### Prerequisites
17
17
@@ -26,7 +26,7 @@ In order to run the conformance tests, the following prerequisites must be met:
26
26
27
27
```sh
28
28
# The kgateway version
29
-
export VERSION=v2.1.0-main
29
+
export VERSION=v2.1.1
30
30
# Skip building and loading the kgateway images
31
31
export SKIP_DOCKER=true
32
32
# Install Gateway API and Inference Extension CRDs
@@ -42,7 +42,7 @@ In order to run the conformance tests, the following prerequisites must be met:
42
42
3. Create a KinD cluster:
43
43
44
44
```sh
45
-
make kind-setup
45
+
make setup-base
46
46
```
47
47
48
48
4. Install the kgateway CRDs:
@@ -57,7 +57,7 @@ In order to run the conformance tests, the following prerequisites must be met:
0 commit comments