zero-to-jupyterhub-k8s icon indicating copy to clipboard operation
zero-to-jupyterhub-k8s copied to clipboard

Helm Chart & Documentation for deploying JupyterHub on Kubernetes

Results 162 zero-to-jupyterhub-k8s issues
Sort by recently updated
recently updated
newest added
trafficstars

The `hub` Deployment pod doesn't always restart when config change, only if relevant config is changed. This is accomplished based on setting an annotation on the pod replica with a...

bug

### Bug description The below configuration option doesn't do what one would expect and it seems like a bug. ``` singleuser: extraNodeAffinity: required: - matchExpressions: - key: "kubernetes.azure.com/scalesetpriority" operator: NotIn...

bug

### Proposed change support IPv6-only environment. I'm facing the same error as [How to setup juypterhub with ipv6 config on kubernets cluster - JupyterHub - Jupyter Community Forum](https://discourse.jupyter.org/t/how-to-setup-juypterhub-with-ipv6-config-on-kubernets-cluster/20794/2) ### Alternative...

enhancement

### Bug description When I mount a file using `singleuser.extraFiles` onto the user's home directory, then decide to rename the file using `mountPath`. The old file remains when the user...

bug

### Proposed change The Z2jh idle culler does not support debug logging: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/b407b541b1ee2a0f699e90699b61c2299c460547/jupyterhub/files/hub/jupyterhub_config.py#L356-L391 For instance, it should be possible to enable debug logs using Tornado's [built-in option `--logging=debug`](https://www.tornadoweb.org/en/stable/options.html#module-tornado.options), which could...

enhancement

### Bug description That issue is close to the issue https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3128. The value of `resourceLock` used is not correct. Indeed, I have that value in the ConfigMap `user-scheduler` : ```yaml...

bug

### Summary: Closes: #3172 Instead of placing every file from `singleuser.extraFiles` into a single K8s Secret, they are now placed into their own Secret and mounted as such.

### Proposed change It seems that this was considered in https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2006 but decided that a single secret would be used for now. I would like to now ask that separate...

enhancement

hub.db.password doesn't seem to do result in attempting to use a password for mysql authentication. ``` db: url: "mysql+pymysql://mysql:3306/paws?charset=utf8mb4" type: mysql password: password upgrade: false ``` gives: ``` 2023-07-10T16:31:08.954745Z 35...

bug

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 allow the selection a...

documentation