Did you find an answer to this @red-lighter-44012? I've been away from Slack for a few days. We do stuff like this a lot, but the ingress controller is not necessarily created via a chart, so I'd have to look at that part.
r
red-lighter-44012
02/08/2021, 11:10 AM
Hey @ancient-megabyte-79588 yeah I got it working. At the end it mostly came down to outdated documentation and more specifically - deprecated helm chart used in the MSDN docs. And the new version of the Traefik Helm chart uses hooks, which are not supported by pulumi.
red-lighter-44012
02/08/2021, 11:14 AM
Copy code
helm repo add traefik <https://helm.traefik.io/traefik>
helm repo update
# create a controller for ingress with class = 'traefik-public'
helm install traefik-ingress traefik/traefik `
--namespace $TRAEFIK_INGRESS_CONTROLLER_NAMESPACE `
--values ./values.yaml `
--set service.spec.loadBalancerIP=$LOAD_BALANCER_IP `
--set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-public}"
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.