zero-to-jupyterhub-k8s
zero-to-jupyterhub-k8s copied to clipboard
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
### Proposed change Someone's reported having problems with Microk8s in https://discourse.jupyter.org/t/jupyterhub-spawns-not-actually-launching/15652 https://zero-to-jupyterhub.readthedocs.io/en/stable/kubernetes/other-infrastructure/step-zero-microk8s.html We don't have the experience or capacity to check the Z2JH Microk8s instructions. What do you think about...
### Bug description Thank you to the community for providing such a great project. However, I recently encountered a problem when starting a pod. It seems to be related to...
The most recent work on deploying JupyterHub to Jetstream2 using Kubernetes is covered by @zonca 's excellent tutorials and blog posts summarized in https://www.zonca.dev/posts/2023-09-21-gateways-2023-dask-jupyterhub In recent discussions with the Jetstream2...
A rebuild of `quay.io/jupyterhub/k8s-secret-sync` has been found to influence the detected vulnerabilities! This PR will trigger a rebuild because it has updated a comment in the Dockerfile. ## About This...
A rebuild of `quay.io/jupyterhub/k8s-singleuser-sample` has been found to influence the detected vulnerabilities! This PR will trigger a rebuild because it has updated a comment in the Dockerfile. ## About This...
A rebuild of `quay.io/jupyterhub/k8s-hub` has been found to influence the detected vulnerabilities! This PR will trigger a rebuild because it has updated a comment in the Dockerfile. ## About This...
Referencing https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2601, on some providers autohttps could be setting up certs with letsencrypt before proxy-public startup has completed, leading to failing challenge-response. I was struggling with this for several hours...
I was confused recently (context https://github.com/2i2c-org/infrastructure/pull/3687) about setting memory requirements and limits when not using `profileList` and when using `profileList`. @sgibson91 steered me right to the z2jh docs and pointed...
### Bug description Default Kube-Spwaner is not able to spawn any user pod, it fails while attempting to create the PVC with a `TimeoutError`. #### Expected behaviour Should be able...
### Proposed change Currently prePuller is active by default and can be optionally switched off, as described [in the docs](https://z2jh.jupyter.org/en/stable/administrator/optimization.html#pulling-images-before-users-arrive). The default behavior of the pre-puller, however, is to examine...