-
Notifications
You must be signed in to change notification settings - Fork 804
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
Binderhub deploy 404 when connecting to jupyterhub #1737
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @ctr26! BinderHub runs in a separate container from JupyterHub, so
won't work, you'll need to use an IP or DNS that works both inside and outside the k8s cluster. As it happens I also ran into a related(?) problem for other reasons and ended up patching BinderHub so it could use the internal service DNS for binderhub-jupyterhub communication, and the external address for users: In general we ask that JupyterHub GitHub issues are used for bugs and development discussions, with support being handled on the community forum where more people hang out, and the rest of the community can benefit from these discussions. Hope you understand 😀. |
Hi there @ctr26 👋! I closed this issue because it was labelled as a support question. Please help us organize discussion by posting this on the http://discourse.jupyter.org/ forum. Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other. Thanks you for being an active member of our community! ❤️ |
At the step where one connects jupyterhub to binderhub I get a 404.
kubectl --namespace=<namespace-from-above> get svc proxy-public
This step doesn't work on my cluster as our ingress controller is slightly different (same for minikube). What I can do is port forward the public proxy to
127.0.0.1:8000
which when I visit it gives me the same screen as visitinghttps://hub.mybinder.org/
, all expected behaviour. When I try to update the binderhub config to use this port address:I get a 404 error, same happens if I drop in a link to the hub at mybinder. Exactly the same happens if I use the internal IP address. I assumed it was a secrets problem but I've generated keys for this several times now:
Any advice very welcome at this point and apologies if this belongs in the binderhub repo.
Best
Craig
The text was updated successfully, but these errors were encountered: