From 3224e7192fe1dc20ee0fd1f9b9e7a2700a44bf68 Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Wed, 29 Sep 2021 19:10:45 -0300 Subject: [PATCH] Fix ingress without class in kind deployment (#7726) --- deploy/static/provider/kind/deploy.yaml | 1 + hack/generate-deploy-scripts.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/static/provider/kind/deploy.yaml b/deploy/static/provider/kind/deploy.yaml index 49efcda1d..ba54920c6 100644 --- a/deploy/static/provider/kind/deploy.yaml +++ b/deploy/static/provider/kind/deploy.yaml @@ -339,6 +339,7 @@ spec: - --validating-webhook=:8443 - --validating-webhook-certificate=/usr/local/certificates/cert - --validating-webhook-key=/usr/local/certificates/key + - --watch-ingress-without-class=true - --publish-status-address=localhost securityContext: capabilities: diff --git a/hack/generate-deploy-scripts.sh b/hack/generate-deploy-scripts.sh index a4872c6d8..221c34697 100755 --- a/hack/generate-deploy-scripts.sh +++ b/hack/generate-deploy-scripts.sh @@ -135,6 +135,7 @@ controller: terminationGracePeriodSeconds: 0 service: type: NodePort + watchIngressWithoutClass: true nodeSelector: ingress-ready: "true"