Min RK

Results 1478 comments of Min RK

My hunch is that the switch to kubernetes-asyncio away from threads for the reflectors has changed something in how these failures are observed. But I'm pretty stumped about how the...

It's entirely possible regular logs over an extended period are sufficient, if you have still them surrounding any recent incidents. The main thing is capturing quite a bit of time...

> complaints about leaving single-user servers running Sorry about this, it's not complaining - this is normal behavior, chosen by z2jh configuration (as opposed to shutting down user servers when...

Why this stuff is hard: The relevant error occurred at 2022-08-24 20:00 UTC, while the issue was observed at 2022-08-25T 6:35 UTC, fully 20 hours later.

Also relevant is longstanding issue in JupyterHub: https://github.com/jupyterhub/jupyterhub/issues/1677 We don't have timeouts on Spawner.stop because it's unclear what the state should be when stop times out or fails. The fact...

I think there's a major question about who is in control of the base image. I think there's a decent reason for it to not come from the repo, but...

I wonder if docker volume labels would be a better fit for this information? Rather than passing docker-specific information (e.g. volume names) through jupyterhub to a culler that also needs...

The volume template changes further suggests we should have perhaps been storing the volume(s) somehow in state, so that loading jupyterhub with an updated configuration could use the new scheme...

@marhoy it is. JupyterHub doesn't need to be restarted, just the proxy process. Addressing this feature would be very useful!

nodejs 10 is the version in ubuntu 20.04, the _latest_ LTS ubuntu until a couple of months ago. I'm not sure delaying these dependency updates causes any problems. Does it?