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

Hello, I have been trying to use the ingress configuration in the helm chart rather than using the loadbalancer service. I would like to use secure https throughout, but appear...

enhancement

### Bug description With yaml configuration like this : ```yaml hub: db: type: mysql url: mysql+pymysql://@:/ password: ``` #### Expected behaviour Database should be connected and the hub process should...

bug
help wanted

With configurable-http-proxy version 4.4.0 just released, there is support for exposing prometheus metrics on a given port. But, it is not obvious to me where to add annotations to help...

enhancement
help wanted

My z2jh GKE cluster stalled badly under fairly mild load today, giving "service refused" errors. The `autohttps-....` pod reported many restarts, and `kubectl describe` showed that this was entirely due...

bug
help wanted

### Proposed change Gitlab is a relatively common provider for oauth2. I think its a common enough provider to include [it in the docs](https://zero-to-jupyterhub.readthedocs.io/en/latest/administrator/authentication.html). Currently, the authentication and authorization does...

documentation

Sometimes when tests run, due to caching of github pages, the upgrade tests fail to acquire the a recently published helm chart. This can make tests fail and cause unwanted...

ci

### Bug description There is a helper function in [jupyterhub/files/hub/z2jh.py](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/main/jupyterhub/files/hub/z2jh.py), _merge_dictionaries, which does not correctly handle None dictionaries. At the top of the function, there should be a check: ```...

maintenance

### Bug description Yesterday I upgraded our testing environment cluster from z2jh 0.9.0 to 0.10.6. This is on IBM Cloud's Kubernetes service and running Kubernetes 1.18.5. There is nothing very...

bug

When a Z2JH deployment grow, bigger and bigger nodes are typically used, but at some point these nodes will refuse to add pods to them because there is an upper...

documentation

### Bug description Instructions for setting up on Azure with autoscale do not proceed as expected, possibly due to changes in the Azure CLI/API. #### Expected behaviour In https://zero-to-jupyterhub.readthedocs.io/en/latest/kubernetes/microsoft/step-zero-azure-autoscale.html, the...

bug
documentation