gesiscss/orc

Docker registry service failing

arnim opened this issue · 5 comments

arnim commented

Binder health checks failing

Binder health checks failing since yesterday 23:00

// 20201128110613
// https://notebooks.gesis.org/binder/health

{
  "ok": false,
  "checks": [
    {
      "service": "Docker registry",
      "ok": false
    },
    {
      "service": "JupyterHub API",
      "ok": true
    },
    {
      "service": "Pod quota",
      "ok": true,
      "total_pods": 8,
      "build_pods": 0,
      "user_pods": 8,
      "quota": 200
    }
  ]
}

Restarted the pods, looks okay for now.
Need to figure out what's happening here.

arnim commented

Thank's for the quick-fix 🐛 👍

arnim commented

It started to fail again in about 50% of the cases. Interestingly only the health of the public binder is affected but seemingly not the persistent binderhub.

yeah it never really fails on persistent one.

closing this, until next time.