-
Notifications
You must be signed in to change notification settings - Fork 74
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
Is Mybinder.org down? #3160
Comments
The OVH K8s cluster is inaccessible 😢 |
😢 |
Looks like the OVH account is suspended, I'm looking into it. I'm not sure if or when it will come back up. |
I'm not sure how long it's going to take. We could make GESIS 'prime' in the meantime and things would come back up. This would look weird because GESIS has the custom page template. What do folks think about that (especially @arnim)? Alternatively, we could put up a simple page that says "We're down for now, federation member GESIS is available at..." with a link to sponsor/join the federation. |
If @arnim is happy I think making GESIS prime is better from a usability point of view. It's a custom page, but it's not too different from having an extra large sponsorship banner. |
cc @rgaiacs what do you think? |
Regarding computational resources, GESIS could host a default BinderHub to answer to mybinder.org and a GESIS branded BinderHub to answer to notebooks.gesis.org. But I'm not 100% sure if mybinder.org would transfer the traffic to notebooks.gesis.org. |
Also, my understanding is that to host the default BinderHub, we would need a domain configured to |
If we could make request headers available to the custom page template, is it possible to make your customizations conditional on that, to avoid a second instance? (this would require a small patch to pass If you're okay receiving the traffic and having GESIS branding served from the mybinder.org domain temporarily, I propose making GESIS prime (#3161) and then working on getting the default template back on the main page. |
mybinder.org is back up, served by GESIS, thank you! |
https://mybinder.org/v2/gh/binder-examples/requirements/HEAD
|
It's not working with Firefox- there are a lot of CORS errors related to fonts, and building a repo fails. E.g. |
I'm working to add the |
GESIS is using an old template, see https://github.com/gesiscss/orc2/tree/3c90889c3a28981ab9d5f375c44998fba3eef282/helm/charts/gesis/files/etc/binderhub/templates. |
@rgaiacs If it helps, we can also drop the custom GESIS NB templates and use the off-the-shelf ones. we would need to write a eulogy, but that’s a task for another day. |
@manics @minrk I don't think that I can fix the CORS fast enough. This is because of the many layers involved. At the time of write, this is my understanding User requests https://mybinder.org/ and gets The page browser fails for some requests due CORS. User fills the form, press More requests fails due CORS. |
ok, I didn't realize how much was customized, I thought it was just the surrounding HTML |
We can try replacing the federation redirector with a redirector temporarily |
#3165 should redirect everything to GESIS instead of proxying |
I confirm that after #3165, when the user visits https://mybinder.org/ the user is redirected to https://notebooks.gesis.org/binder/. |
ok, now it's a simple redirect, so should be a lot more stable and predictable for the meantime, less pressure on folks (and no concern about the GESIS branding being served from a different domain) |
At the time of writing,
2025-01-13.17-36-31.mp4The GESIS server was down for ~1h. |
https://downforeveryoneorjustme.com/mybinder.org
The text was updated successfully, but these errors were encountered: