zero-to-jupyterhub-k8s
zero-to-jupyterhub-k8s copied to clipboard
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
This is an issue to help us remember the policy (see #2591, #2979, #3040, #3042, #3309) to allow ourselves to drop support for k8s versions as long as major cloud...
This is an issue to help us remember the policy (see #2591, #2979, #3040, #3042, #3309) to allow ourselves to drop support for k8s versions as long as major cloud...
In https://github.com/pangeo-data/pangeo/issues/190, @yuvipanda has documented how to enable FUSE safely in the z2jh context. That issue has served as a reference for the Pangeo project and @yuvipanda suggested I transfer...
### Bug description I started with a working multi-profile installation with a few profiles like: ```yaml profileList: - display_name: "Standard Environment" default: true - display_name: "Power User Environment" kubespawner_override: mem_guarantee:...
### Bug description https://hub.jupyter.org is very often unreachable. The situation lasts a few minutes, or half an hour+. I've noticed this behavior over the last weeks. We're using fleet (...
Adding an additional feature to support `extraManifests`, which allows end-users to deploy any additional k8s resources that they may want to manage along with the helm chart deployment. Some of...
### Background Context: * I've never used / installed jupyter notebooks before * I ran into this on a 4-hour troubleshooting call while helping another engineer debug their environment. *...
I think the for `hub.config` should be refined to: - list exceptions when using it causes problem, like `hub.baseUrl` - warn or error if known exceptions are configured via `NOTES.txt`...
### Bug description To install custom configuration for a jupyterhub [helm release using terraform](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release), the values can be passed as yaml in the **values** parameter or as an individual value...
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/1c9a12cd94eed6842eee985d97126b8ed99e68ce/jupyterhub/templates/image-puller/_helpers-daemonset.tpl#L118-L123 It appears that the image puller assumes that ``/bin/sh`` is always available. In my setup this is causing an issue because one of the configured ``singleuser.extraContainers`` images is ``scratch``-based,...