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

NFS is still a very popular storage setup, and is a good fit for use with z2jh in several cases: 1. When you are supporting a large number of users...

enhancement
documentation

### Bug description In https://zero-to-jupyterhub.readthedocs.io/en/latest/kubernetes/amazon/step-zero-aws-eks.html#procedure it says create a role with the following policies: - AmazonEKSClusterPolicy - AmazonEKSServicePolicy - AmazonEC2ContainerRegistryReadOnly #### Expected behaviour Choose these policies in the console ####...

bug
documentation

We have an automated system that rebuilds our Docker images whenever that results in a known vulnerability having get patched. This allows us to publish new development release of the...

enhancement

# GPU powered machine learning on GKE To enable GPUs on GKE, this is what I've done. Note that this post is a Work In Progress and will be edited...

reference

Please use this GitHub issue to provide feedback on our documented resource requests! Please accompany feedback with information about... - Helm chart version - Estimated simultaneous users during heavy load...

enhancement

# Document use of Native authenticator @leportella have made the Native authenticator as described in her [blog post](https://blog.jupyter.org/simpler-authentication-for-small-scale-jupyterhubs-with-nativeauthenticator-999534c77a09) about it. I think this is a very useful authenticator that is...

help wanted
documentation

I am not sure whether my use case is actually not documented anywhere or whether I am just incapable of finding anything upon it: On my jupyterhub user pod in...

documentation

There have been recent updates to jupyterlab's real-time collaboration (RTC) which seems to be in a working state now: https://jupyterlab.readthedocs.io/en/stable/user/rtc.html Are there any plans to include this also in ZTJH?...

enhancement

To set labels on pods can be needed for various reasons, but we configure the prePuller deamonsets currently. We should enable that in some way. https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/73271c9dabeec67f23480ad6d2c34e9c3d9718e8/jupyterhub/templates/image-puller/_helpers-daemonset.tpl#L37-L44

enhancement

### Bug description When you upgrade your jupyterhub installation to a new helm chart via ["helm upgrade" command](https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/installation.html), the labels of existing PVCs are not accordingly changed. E.g., suppose you...

bug
wontfix