Skip to content

Jupyter configuration file is not being read #512

@ImScientist

Description

@ImScientist

Describe the issue:

The config map defined in dask/templates/dask-jupyter-config.yaml is supposed to update the default jupyter lab password to dask. It seems that the the content of this configmap is not being read in the jupyter deployment and the password is randomly generated.

Minimal Complete Verifiable Example:

To fix the issue I had to define the JUPYTERLAB_ARGS variable, as described in the example below:

kubectl create ns dask

JUPYTERLAB_ARGS="--config /usr/local/etc/jupyter/jupyter_notebook_config.py"

helm install -n dask my-dask-release dask/dask \
    --version 2024.1.1 \
    --set-json 'jupyter.env=[{"name":"JUPYTERLAB_ARGS","value":"'${JUPYTERLAB_ARGS}'"}]'

Anything else we need to know?:

Environment:

  • Dask version: 2024.1.1
  • Python version:
  • Operating System:
  • Install method (conda, pip, source):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions