Kind: Helm Chart for using ingress-nginx

Created on 28 Jun 2020  路  4Comments  路  Source: kubernetes-sigs/kind

What would you like to be added:
I'm trying to run a custom build and have ingress-nginx do a lot of the routing inside my kind cluster. The documentation has a manifest that contains kind specific patches to forward the hostPorts to the ingress controller, set taint operations, and schedule it to the custom labelled node. Is there a helm chart that would do this for me? Mainly looking at this part: https://kind.sigs.k8s.io/docs/user/ingress/#ingress-nginx
and specifically this manifest:
https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml

Why is this needed:
Easy of accessibility for the ingress-nginx service. My environment automation works really well with helm charts but doesn't work so well with just kubectl apply -f.

kinfeature

Most helpful comment

@amarsgithub the manifest you see in the kind docs is generated with helm template. Please check here

All 4 comments

Sorry no, helm charts are out of scope for this project.
This is only one way of running ingress-nginx and is dependent on the rest of the guide. These operations are designed to be relatively independent of the ingress so we can maintain guides for multiple ingresses.

@amarsgithub the manifest you see in the kind docs is generated with helm template. Please check here

If you have a helm chart for ingress nginx it's probably not difficult to add these operations to it.

Even for the ingress nginx yaml, the ingress nginx team maintains the yaml you kubectl apply in their repo as part of their installation guide, we're not maintaining this.

Thanks as always @aledbf, GitHub hadn't loaded your comment :-)

Was this page helpful?
0 / 5 - 0 ratings