API channel | Implementation version | Mode | Report |
---|---|---|---|
experimental | v3.2.0-244-gea4944bb0 | expressions | v3.2.0-244-gea4944bb0 expressions report |
In order to properly run the conformance tests, you need to have KinD and Helm installed on your local machine, as the test suite will create a fresh KinD cluster and will use Helm to deploy some additional components.
-
Clone the Kong Ingress Controller GitHub repository
git clone https://github.com/Kong/kubernetes-ingress-controller.git && cd kubernetes-ingress-controller
-
Check out the desired version
export VERSION=v<x.y.z> git checkout $VERSION
-
Run the conformance tests
KONG_TEST_EXPRESSION_ROUTES=true make test.conformance
-
Check the produced report
cat ./kong-kubernetes-ingress-controller.yaml