-
Notifications
You must be signed in to change notification settings - Fork 11
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
Change of listening address to 0.0.0.0 #12
Comments
A PR is very welcome 🙏 - I think it will be easier to discuss once we have a fix suggestion 🙂 |
I made a PR #13 which can be accessed by below link, which is changing lookback address (127.0.0.1) to anywhere address (0.0.0.0). I've read your documentation carefully, and found out that you meant to use ssh tunneling. However, in our on premise K8S server, there is no service attached to the agent pod, so ssh tunneling is keep failing like below.
So, I suggest this for those who have same problem with me.
The K8S service yaml file is following.
Thanks. |
What if we use 0.0.0.0 as the listening IP address of JupyterLab and VSCode? Those two processes run correctly on the container, but the IP address is configured as the loopback address, 127.0.0.1, and it's not receiving the requests. If it's not designed so in the first place, I can make a PR for you. Thanks.
The text was updated successfully, but these errors were encountered: