cluster: kind: name: e2e retain: true config: | kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane extraPortMappings: - containerPort: 30001 hostPort: 30001 install: steps: - name: ingress-controller cmd: kubectl args: - apply - -f - https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.0/deploy/static/provider/kind/deploy.yaml path: ../.. ignoreFail: false