Replies: 2 comments 3 replies
-
Hello there! Sorry to hear you're having issues getting the ingress controller working under Pulumi. Is there any further info you've come across while investigating? Hopefully any errors or logs from Pulumi's systems or the ngrok ingress controller that might be helpful in figuring out what might be going on have turned up. It may be that Pulumi is doing something specific that requires a certain configuration to be set to get the usual behavior to start working. Thanks for bringing this up, it is something we haven't run into before. cc: @Abdiramen on our team |
Beta Was this translation helpful? Give feedback.
-
I think this has been resolved so going to close out the ticket, feel free to open another if there are other questions or issues! Thanks again for writing in. |
Beta Was this translation helpful? Give feedback.
-
I didn't want to create an issue, because it could be part of how pulumi works with helm charts. However, while going through the k8s ingress tutorial, I encountered some issues where I had to manually create some CRDs and set RBAC with the newly created CRDs - even though all of that should have been encapsulated in the helm chart.
CRDs in question:
Then created the respective viewer + editor roles and bindings for the CRDs.
Kubernetes Version: v1.26.4
My version of helm:
Version of k8s ingress controller chart:
I'm rather new to k8s and helm, but I'd like to start a discussion here on how to test that the helm chart is built and then builds the proper resources for a successful deployment with some IaC provider. I can easily test the pulumi side, but it's the helm chart that I'll need help with getting started. If something comes of the investigation - I'd also like to create a proper issue and attempt to address it.
Beta Was this translation helpful? Give feedback.
All reactions