tree: bab90773eb55b4294b2a4a5f4b4c574e09a5f736 [path history] [tgz]
  1. README.md
  2. nem/
  3. seba-substrate/
helm-charts/README.md

SEBA Helm Charts

This directory contains Helm charts used to install SEBA components on a Kubernetes cluster.

To install SEBA:

helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
helm repo add cord https://charts.opencord.org/master
helm dep update nem
helm dep update seba-substrate
helm install nem -n nem
helm install seba-substrate -n seba-substrate
helm upgrade seba-substrate --set voltha.etcd-operator.customResources.createEtcdClusterCRD=true seba-substrate

After installing the SEBA charts above, the following commands can be used to wait until all pods have started successfully:

tools/wait-for-pods.sh
tools/wait-for-pods.sh voltha