-
I configured several profiles in my values.yaml file. And when I register with a username, I'll be redirected to a profile-choosing page.
![image](https://user-images.githubusercontent.com/5849761/62…
-
I have deployed jupyterhub on the OpenShift with the temporary mode :
"
c.JupyterHub.authenticator_class = 'dummyauthenticator.DummyAuthenticator'
c.JupyterHub.spawner_class = 'kubespawner.KubeSpaw…
-
I was able to deploy with helm --version=0.7.0
```
NAMESPACE: jhub
STATUS: DEPLOYED
RESOURCES:
==> v1/ConfigMap
NAME DATA AGE
hub-config 36 2s
==> v1/Pod(related)
NAME …
-
I uploaded a bunch of file into my jupyter notebook ( ~300k images ), when i restart my server, the notebook creation always failed with `Unable to mount volumes for pod "pod": timeout expired waitin…
-
I'm getting a 503 error with the following server-side error log:
```
Traceback (most recent call last):
File "/env/lib/python3.6/site-packages/tornado/tcpclient.py", line 143, in on_connect_do…
-
The spawned server for the authenticated user dies constantly whether it's idle or not (running a notebook). Is that behaviour expected? Is there a configurable parameter that affects the lifespan of …
-
For a while now it looks like the postBuild script we are using does not run as root, which means that it cannot install the [Dask configuration file](https://docs.dask.org/en/latest/configuration.htm…
-
I try to deploy FADI on cluster under the 1.16 version of Kubernetes. I stuck on issue...
## Issue
I can see the webpage of JupyterHub and i can connect to them with the default OpenLdap User/Pas…
-
### Bug description
I'm trying to set up Jupyterhub and restrict access to only the members of a specific organization, as [detailed in the docs](https://zero-to-jupyterhub.readthedocs.io/en/latest…
-
Hi, I installed JupyterHub with the 0.9.1 chart, everything works nicely. I am trying to mount a PVC containing data, which is shared with other pods, and I want to assign a specific UID and GID to …