This repository contains the helm chart for Odigos - the observability control plane.
helm repo add odigos https://odigos-io.github.io/odigos --force-update
If you have been previously using chart repository at odigos-charts you will get an error "Error: repository name (odigos) already exists, please specify a different name". To update to new repository location run:
helm repo add odigos https://odigos-io.github.io/odigos/ --force-updateAdd helm repository:
helm repo add odigos https://odigos-io.github.io/odigoshelm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace
kubectl label namespace odigos-system odigos.io/system-object="true"- Openshift Clusters - Make sure to set
openshift.enabled=truein the values file or pass it as a flag while installing the chart. - GKE Clusters - Make sure to set
gke.enabled=truein the values file or pass it as a flag while installing the chart.
helm delete odigos -n odigos-system
kubectl delete ns odigos-system