helm-chart
helm-chart copied to clipboard
Helm charts for Dask
A new ghcr.io/dask/dask image version has been detected, version `2024.5.0`. Updates dask the helm chart to use this version by default for workers, schedulers, and the optional jupyter server.
**Describe the issue**: It appears the default network policies from the jupyterhub helm chart breaks communication with dask-gateway and the kube-apiserver. I deployed daskhub with default values onto a vanilla...
We utilise AWS Gravitrons heavily and are looking into starting to use Dask in EKS. However, it looks like Helm chart installs x86 version of the image, and the following...
**Describe the issue**: I installed the vanilla DaskHub Helm chart, and routed traffic via an NGINX reverse proxy with a dedicated location for the JupyterHub service, e.g. `https:///jupyterhub/`. This meant...
If you include nameoverrides in the jupterhub deployment daskhub can't figure out what secrets or services to use If you do this in the values.yaml jupyterhub: nameOverride: dask fullnameOverride: dask...
This is the release process as I understand it. @jacobtomlinson can you validate this to make sense? 1. Make a empty commit with message like this. ``` git commit --allow-empty...
Dear, We have a daskhub server on a supercomputer in our lab. We are based on the latest helm chart ( daskhub-2022.6.0 version 2022.6.1) https on jupyterhub is enabled through...
Currently there is no `envFrom` option to provide the environment variables from a `ConfigMap` or `Secret` to the dask workers. All the environment variables must be defined one by one...
**Background**: When using dask helm as subchart in my setup, I found it use different set of labels. This will confuse some kubernetes services such as istio and kiali. **Changes**:...