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
> Note: [this is a mirror of the steps outlined in the conformance GHA workflow](https://github.com/solo-io/gloo/blob/main/.github/workflows/composite-actions/kube-gateway-api-conformance-tests/action.yaml).
12
+
13
+
### Prerequisites
14
+
15
+
In order to properly run the conformance tests, you need to have [KinD](https://github.com/kubernetes-sigs/kind)
16
+
and [Helm](https://github.com/helm/helm) available in your environment.
17
+
To run the conformance tests suite we will first create a KinD cluster, use Helm to deploy Gloo Gateway and finally
18
+
run the conformance tests.
19
+
20
+
### Steps
21
+
22
+
1. Clone the Gloo Gateway repository and checkout the release:
23
+
24
+
```sh
25
+
git clone https://github.com/solo-io/gloo.git
26
+
cd gloo
27
+
export VERSION="v1.18.0-beta30"
28
+
git checkout $VERSION
29
+
30
+
```
31
+
32
+
Alternatively, download and extract the [v1.18.0-beta30 release source](https://github.com/solo-io/gloo/releases/tag/v1.18.0-beta30).
0 commit comments