-
## Current status
We have a `binderhub-service` chart that deploys BinderHub with the feature developed in https://github.com/jupyterhub/binderhub/pull/1647 by @GeorgianaElena that enables BinderHu…
-
In the past, Helm had best practices on how to label pods, but since then Kubernetes introduced a set of best practices which now Helm recommends. These have been around for more than a year now. It w…
-
Hey @yuvipanda first of all really thanks for writing this multicluster which is great use case for us and really works for our use case.
We are using our own image for single server and it runs fi…
-
Running Helm Chart version 0.11.1 (JupyterHub 1.3.0, KubeSpawner 0.15.0), I find that setting:
```yaml
hub:
extraConfig:
00-spawner-env-config: |
c.KubeSpawner.environment.update({"…
-
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…
-
https://github.com/jupyterhub/kubespawner/issues/528 touches on this but the issue is more general than described there.
### Bug description
Some of the `*_template` options are expanded in `Kub…
-
I'm working on a new proxy implementation for JupyterHub (and [dask-gateway](https://github.com/dask/dask-gateway/)) that uses Traefik 2.0's [IngressRoute](https://docs.traefik.io/providers/kubernetes…
-
### Bug description
I am using JupyterHub with Kubespawner and a custom authenticator. I wanted to activate SSL for all comms inside JupyterHub using this param `c.JupyterHub.internal_ssl = True`, …
-
In the last few weeks, a number of folks have asked for specific resources for specific binders. Examples of these requests are:
- can I have a pod with a GPU in it?
- can I have a pod with extra …
-
Hi everyone, I figured out how to get this working in a JupyterHub/Kubespawner setup:
(assume packages are already installed)
1. Log in
2. Run `jupyter tensorboard enable`
3. Stop server, logi…