Upgrade JupyterHub to 4.3.2 and JupyterLab to 4.5.3#51
Merged
Conversation
The gpu_type Terraform variable was unconditionally set to "nvidia", causing the CUDA JupyterHub image to be referenced even on macOS where NVIDIA GPUs are not available. Now gpu_type is set to "nvidia" only when --with-nvidia is used, and "none" otherwise. Co-authored-by: Cursor <cursoragent@cursor.com>
- Upgrade JupyterHub Helm chart from 3.3.8 to 4.3.2 (JupyterHub 5.4.3). - Update Helm repo URL to canonical hub.jupyter.org. - Add Authenticator.allow_all: true to handle JupyterHub 5.x breaking change that defaults to denying all users. - Upgrade jupyterhub pip package from 4.1.6 to 5.4.3 in the Docker image. - Pin jupyterlab to 4.5.3 in the Docker image. - Update pre-pull image tags for configurable-http-proxy and k8s-hub. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hub.jupyter.org/helm-chart/Authenticator.allow_all: truesince JupyterHub 5.x defaults to denying all usersconfigurable-http-proxyandk8s-hubtags to match chart 4.3.2Test plan
terraform -chdir=terraform/icl init -upgrade— JupyterHub chart should download from new repoterraform -chdir=terraform/icl apply— JupyterHub should deploy successfullyhttp://jupyter.localtest.meMade with Cursor