We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6578f9e + b9173a5 commit ed1cd31Copy full SHA for ed1cd31
github-actions/kind/action.yml
@@ -61,7 +61,7 @@ runs:
61
- name: Install Ingress controller
62
shell: bash
63
run: |
64
- VERSION=controller-v1.6.4
+ VERSION=controller-v1.9.6
65
echo "Deploying Ingress controller into KinD cluster"
66
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/"${VERSION}"/deploy/static/provider/kind/deploy.yaml | sed "s/--publish-status-address=localhost/--report-node-internal-ip-address\\n - --status-update-interval=10/g" | kubectl apply -f -
67
kubectl annotate ingressclass nginx "ingressclass.kubernetes.io/is-default-class=true"
0 commit comments