Skip to content

Commit

Permalink
Merge pull request #2368 from rikatz/patch-1
Browse files Browse the repository at this point in the history
Use main branch as the stable branch in Ingress demo
  • Loading branch information
k8s-ci-robot committed Jul 15, 2021
2 parents 718ede7 + 3ccb35c commit fceb70d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/content/docs/user/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ Additional information about Contour can be found at: [projectcontour.io](https:
### Ingress NGINX

{{< codeFromInline lang="bash" >}}
VERSION=$(curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/stable.txt)
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/${VERSION}/deploy/static/provider/kind/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
{{< /codeFromInline >}}

The manifests contains kind specific patches to forward the hostPorts to the
Expand Down

0 comments on commit fceb70d

Please sign in to comment.