-
code file:spawner.py
code:
```python
image_pull_policy = Unicode(
'IfNotPresent',
config=True,
help="""
The image pull policy of the docker container specified …
-
Given that Kubespawner is a core component of many Jupyter Infra tools (mybinder.org, jupyterhub, binderhub), it'd be great if we could improve the test coverage a bit.
As of creating this issue, …
-
Somewhat related to #5
Previously, if users needed dependencies or an image that was not already available in the JuypyterHub profile options, they had to figure out building that image, and then c…
-
Any Spawner working against JupyterHub 1.4.1 and later can now optionally implement use of a `delete_forever` function.
If implemented, the spawner can do cleanup work associated with a JupyterHub …
-
My organization ( [Geoscience Australia](https://github.com/geoscienceaustralia) ) would be interested in funding jupyterhub / kubespawner activity to enhance
- HA using PostgreSQL DB backend + mu…
-
I think it can be useful for the upgrade guide to include a script to check username expansion differences. This could be useful in 2i2c deployments for example, so I figure I'll develop it anyhow.
…
-
### Bug description
Below log message keeps repeating in the Hub Pod logs:
```
[D 2024-08-01 15:58:32.699 JupyterHub reflector:289] Connecting pods watcher
[E 2024-08-01 15:58:33.918 JupyterHub …
-
# UPDATE by Erik
See https://github.com/jupyterhub/kubespawner/issues/528#issuecomment-930142207, we should make sure the docs is clarifying this.
---
### Bug description
It looks like it is…
v1r7u updated
2 years ago
-
![image](https://github.com/user-attachments/assets/b8d12f05-7052-40a4-b5da-85f0a2863e66)
Frequently when trying to launched LANDER, especially for the first time in a few days, the request times out…
-
@GeorgianaElena wrote in https://github.com/jupyterhub/kubespawner/pull/774#pullrequestreview-1606707512:
> [...] while discussing about the implementation of the `unlisted_choice` logic with @yuvi…