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

High Availability (HA) as I understand it the idea of running software in a way that makes it resistant to downtime by individual server failures, and perhaps further enhanced by...

documentation

## Update To a large extent, this is addressed by #1923, see the checklist below. --- It is a common practice to use the Helm _release name_ as a prefix...

enhancement

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...

enhancement
breaking

We have a _user-scheduler_ that is responsible for assigning real user pods and user-placeholder pods to run the nodes where they are to run. This process is done in multiple...

enhancement

Hi all, With the help of a colleague in DevOps, I've recently started working to move our DS team's infra from JupyterHub and RStudio Server on a large shared AWS...

help wanted
documentation

### Bug description When internal_ssl is enabled on the hub containers, culling is broken #### Expected behaviour Culler gets 2xx responses from hub #### Actual behaviour ``` hub-f8d8b4c-tb7md hub [W...

bug

### Proposed change Add an example to the docs of subclassing a bundled Authenticator in-line using extraConfig, with an example of using auth_state ### Alternative options Do nothing. Answer questions...

enhancement

- [x] I'd like to verify if the `secure` attribute is set on our cookies when using `proxy.https.type=letsencrypt`. - [ ] I'd like to understand and document what to consider...

maintenance

It would be nice to have a section in the docs on using jupyterhub as a subchart. ## Related - @manics suggesting value of documenting .fullname helpers: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2042#issuecomment-782717957 - Description...

enhancement
documentation

We are currently using deeply nested helpers where the same helpers produce different sets of labels in different contexts based on a variety of inputs, such as filename, local variables,...

maintenance