Sign inSign up

zonca/pangeo_notebook_rsignell

By zonca

•Updated almost 8 years ago

Image
0

315

zonca/pangeo_notebook_rsignell repository overview

⁠Pangeo Helm Chart

Build Status

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

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

almost 8 years ago

docker pull zonca/pangeo_notebook_rsignell