-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public hostnames aren't propagated automatically #41
Comments
I'm also facing the same issue. |
I've also hit this issue. There are now two helm-charts here, and no documentation regarding what the actual difference between them is |
Are there any updates regarding this? |
@verenion |
I was trying to achieve the same - deploy To rule out any K8s specifics, I was experimenting with To sum up:
It still makes sense to use the 'locally-managed tunnel' approach, as it can be handled (except the login step 2) in the command line:
One final note, when the tunnel is created as locally-managed, it has a note in the web dashboard. Looks like you need to pick one of the approaches and stick to it (makes sense). Hope this helps someone. |
@tomasodehnal you can also do it via cli.
and youre done. You can also iterate over the ingress rules via init container to automate this. |
I was going crazy with this, I would assume that it would automatically setup that for you. I changed to manual configuration from the ui as it is much easier than with helm. |
Public hostnames aren't propagated automatically. In the example below you can see our configuration:
But these settings aren't applying automatically. It means that I still have to add public hostnames in Tunnel configuration manually. Are there any additional settings required? Or this functionality isn't working yet?
The text was updated successfully, but these errors were encountered: