-
We currently only support a single image per deployment. We should support multiple images instead, and integrate that with kubespawner profiles somehow.
-
I think it would be better to add `stop_timeout` instead of re-using `start_timeout` here:
https://github.com/jupyterhub/kubespawner/blob/5040e75022f302b3cbfadaa1ae18a5ab9d5563a0/kubespawner/spawne…
-
### Proposed change
In our current setup, when we create a server, I can encounter any of the following errors: `"probe failed", "ErrImagePull", "ImagePullBackOff"`.
Example: `2023-09-21T1…
-
I was confused recently (context https://github.com/2i2c-org/infrastructure/pull/3687) about setting memory requirements and limits when not using `profileList` and when using `profileList`. @sgibson9…
-
We add the JupyterHub username as a kubernetes label to the scheduler and worker pods at https://github.com/pangeo-data/pangeo-cloud-federation/blob/41b981403993a305d438cfddce5aa43f9d0ffdd5/pangeo-dep…
-
Once https://github.com/jupyterhub/kubespawner/pull/735#issuecomment-1622767400 is merged and release, and that Z2jh uses that new releases, it will be good to document (or mention in the doc) how to …
-
### Bug description
We have try/except logic that catches various errors from the api-server when making requests. We should try be a bit more smart about them though as often these errors mean we sh…
-
I noticed in the PyPI critical package updates that these two are on my github and only have me as a maintainer. They don't really require any maintenance, given that they are single-purpose packages,…
-
### Proposed change
As suggested by @yuvipanda in https://github.com/jupyterhub/kubespawner/pull/518#issuecomment-881583288: to expand strings containing `{username}` etc in all relevant configurat…
-
When extending JupyterHub via services, it is quite difficult to figure out what exactly is the effective configuration of the hub. For example, there isn't a way to know what image is going to be lau…