Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

pangeo-data/helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pangeo Helm Chart

Build Status CircleCI

⚠️ This chart is deprecated. Use dask/daskhub from https://helm.dask.org/ instead. ⚠️

If you're migrating from the old helm chart, the primary change will be renaming your keys from pangeo to daskhub. If you were manually setting up the dask-gateway JupyterHub service and setting the Dask-Gateway singleuser variables, you can remove those (though keeping them shouldn't hurt).

See pangeo-data/pangeo-cloud-federation#697 for an example moving a hubploy-based deployment from the pangeo helm chart to dask/daskhub.

This is the helm chart for installing Pangeo.

This chart is mainly going to be a wrapper to subcharts along with custom resources to tie them together.

Chart dependencies:

Usage

First off you need helm if you don't have it already.

You also need to add the pangeo chart repository.

# Add repos
helm repo add pangeo https://pangeo-data.github.io/helm-chart/

# Update repos
helm repo update

You then need to create a values.yaml file with your own config options in. As this chart is a collection of dependant charts you will need to refer to their configuration documentation for details. See the values.yaml file for more information.

# Install Pangeo
helm install pangeo/pangeo --version=<version> --name=<release name> --namespace=<namespace> -f /path/to/custom/values.yaml

# Apply changes to Pangeo
helm upgrade <release name> pangeo/pangeo -f /path/to/custom/values.yaml

# Delete Pangeo
helm delete <release name> --purge

Default user image

This Helm chart uses the pangeo/base-notebook Docker image as its default user image. This image is configured and maintained in the Pangeo-stacks repository and only includes a very basic environment. Pangeo-stacks includes other images that can be readily used by this chart.