-
This was originally asked by @mriedem here: https://github.com/jupyterhub/kubespawner/pull/475#pullrequestreview-800437128.
> I've got a question about this and the warning a couple of lines above.…
-
### Context
Our [`profile_list` config](https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html?highlight=profile_list#kubespawner.KubeSpawner.profile_list) lets us define a subset of …
-
## Summary by @consideRatio 2020-10-25
- Labels will be set on creation, there is nothing to do about this.
- storage_extra_labels are applied before common_labels, which means that common_labels wi…
-
Kubespawner now supports profiles, which break the current assumptions of how things work. We should support profiles, since that's just an extra POST in the middle
-
### Bug description
In a k8s daskhub setup, from the jupyternotebook, I try to list the clusters that are available to me:
```
from dask_gateway import Gateway
gateway = Gateway("http://api-…
-
This line can expose secrets.
https://github.com/jupyterhub/kubespawner/blob/f3d44e6e51d2ca16e787963562e5568f2a5494e0/kubespawner/spawner.py#L2607
-
We should follow [kubespawner's example](https://github.com/jupyterhub/kubespawner/pull/63) and monitor container events instead of querying the docker API every time.
Most importantly, if we can a…
minrk updated
7 years ago
-
### Bug description
Hi, I would like to use this `ProfilesSpawner` with https://github.com/jupyterhub/zero-to-jupyterhub-k8s. z2jh comes with an handy configuration to spawn pods in Kubernetes.
…
-
When converting rST projects to use MyST, directives from sphinx.ext.autodoc's such as `automodule` can cause issues.
The sphinx extension sphinx.ext.autodoc provides directives (`automodule`, `aut…
-
### Bug description
The mock mode comes in very handy for a variety of tests and used to be easily enabled by setting `_mock` to `True`. This behavior broke and we see a lot of errors suddenly …