Skip to content

Commit

Permalink
Fix ingress without class in kind deployment (kubernetes#7726)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Sep 29, 2021
1 parent be9a7be commit 3224e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/static/provider/kind/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions hack/generate-deploy-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ controller:
terminationGracePeriodSeconds: 0
service:
type: NodePort
watchIngressWithoutClass: true
nodeSelector:
ingress-ready: "true"
Expand Down

0 comments on commit 3224e71

Please sign in to comment.