-
Notifications
You must be signed in to change notification settings - Fork 303
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
JupyterHub Singleuser Port Routing Issue After Restart #827
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
It seems related to this kubespawner/kubespawner/spawner.py Lines 1924 to 1959 in becea53
|
Bug description
When customizing the singleuser port (e.g., setting it to 9999), the routing works correctly, directing traffic to port 9999. However, after a JupyterHub restart, the routing becomes erroneous and redirects to port 8888 instead.
How to reproduce
Expected behaviour
After a JupyterHub restart, the routing should continue to direct traffic to the custom singleuser port specified during configuration.
Actual behaviour
After a JupyterHub restart, the routing that was previously working correctly (directing traffic to the custom singleuser port, e.g., 9999) becomes erroneous. Instead of continuing to route to the specified custom port, it now incorrectly redirects to port 8888.
Your personal set up
Others
Observation:
servers
table) correctly records a port value of 9999.configurable-http-proxy
receives a request to modify the routing to port 8888.Hypothesis:
The text was updated successfully, but these errors were encountered: