Skip to content

Commit

Permalink
[#53251] start.sh: pin nginx ingress to 1.3.1
Browse files Browse the repository at this point in the history
This can be reverted when kubernetes/ingress-nginx#9245 is released
  • Loading branch information
caspervk committed Nov 8, 2022
1 parent 933ef2c commit cb42192
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ fi
# the `use-context` to fail and apply on an arbitrary cluster.
set -e
kubectl config use-context kind-os2mo
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
# TODO: Nginx is pinned to 1.3.1 pending release of https://github.com/kubernetes/ingress-nginx/pull/9245
# When fixed, change URL back to 'https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml'
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.1/deploy/static/provider/kind/deploy.yaml

helm repo add mittwald https://helm.mittwald.de
helm repo update
Expand Down

0 comments on commit cb42192

Please sign in to comment.