Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.46 KB

Helm Chart for OpenStack Exporter

Description

This is a forked version of the official Helm Chart for OpenStack Exporter, a tool to export Prometheus metrics from a running OpenStack Cloud. The fork has been created due to the inactivity of the official Helm Chart, see #21.

Configuration

The chart configuration is done in the values.yaml file.

Usage

Installation from helm registry

The most recent versions of Helm chart packages are published in the SCS registry. Explore the available versions and install the Helm chart package as follows:

helm upgrade --install prometheus-openstack-exporter oci://registry.scs.community/openstack-exporter/prometheus-openstack-exporter --version <version> 

Installation from source

# Get a local copy
git clone https://github.com/openstack-exporter/helm-charts.git

# Package the chart
cd helm-charts/charts/prometheus-openstack-exporter/
helm package . 

# Get chart version & install
version="$(awk '/^version:/{ print $NF }' Chart.yaml)"
helm install prometheus-openstack-exporter prometheus-openstack-exporter-${version}.tgz

Contributing

Please fill pull requests or issues under Github.