Mybinder.org-deploy: 504 Gateway Time-out error on turing.mybinder.org

Created on 6 Jun 2020  路  2Comments  路  Source: jupyterhub/mybinder.org-deploy

Turing is currently experiencing time-out issues when trying to redirect. You can see this by trying to visit turing.mybinder.org. At the moment, I'm at a loss as to the cause. All nodes are healthy and nothing suspicious in the hub logs.

bug

All 2 comments

This was fixed by forced deleting some hanging user pods in Completed and Terminating states. I'm not sure why those two things are linked though!

Force deletion command used:

kubectl delete pods <pod_name> --grace-period=0 --force -n turing

Thanks for the debug and the post-mortem notes :-)

Was this page helpful?
0 / 5 - 0 ratings