Skip to content

Commit

Permalink
ingress-nginx-controller v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Oct 12, 2023
1 parent c910b3a commit 0f08593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ kind-up: ## Set up a Kubernetes test environment using KinD
@kubectl create clusterrolebinding default-sa-cluster-admin --clusterrole=cluster-admin --serviceaccount=default:default --namespace=default
# Install a KinD-flavored ingress controller (to make the Solr instances visible to the host).
# See (https://kind.sigs.k8s.io/docs/user/ingress/#ingress-nginx for details.
@kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.1/deploy/static/provider/kind/deploy.yaml
@kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.9.1/deploy/static/provider/kind/deploy.yaml
@kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
Expand Down

0 comments on commit 0f08593

Please sign in to comment.