Skip to content

dask/helm-chart

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ci
 
 
 
 
 
 
 
 
 
 

GitHub workflow status - Dask Dask chart version Dask version

GitHub workflow status - DaskHub DaskHub chart version Dask version

Dask Helm Charts

This repository contains Dask's two helm charts.

Single-user Quickstart

Users deploying Dask for a single user should use the dask/dask helm chart.

helm repo add dask https://helm.dask.org/
helm repo update
helm install my-release dask/dask

See dask for more.

Multi-user Quickstart

Users deploying Dask for multiple users should use the dask/daskhub helm chart.

helm repo add dask https://helm.dask.org/
helm repo update
helm install --name my-release dask/daskhub

See daskhub for more.