Skip to content

Latest commit

 

History

History

kong-kubernetes-ingress-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Kong Kubernetes Ingress Controller

Table of Contents

API channel Implementation version Mode Report
experimental v3.2.0-244-gea4944bb0 expressions v3.2.0-244-gea4944bb0 expressions report

Reproduce

Prerequisites

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.

Steps

  1. Clone the Kong Ingress Controller GitHub repository

    git clone https://github.com/Kong/kubernetes-ingress-controller.git && cd kubernetes-ingress-controller
  2. Check out the desired version

    export VERSION=v<x.y.z>
    git checkout $VERSION
  3. Run the conformance tests

    KONG_TEST_EXPRESSION_ROUTES=true make test.conformance
  4. Check the produced report

    cat ./kong-kubernetes-ingress-controller.yaml