kubezero/charts/kubezero-metrics/charts/kube-prometheus-stack/charts/kube-state-metrics
Stefan Reimer 154ede3314 feat: relase metrics update to fix new apiserver metrics in 1.20 amongst others 2021-07-29 13:50:16 +02:00
..
templates feat: metrics version bump 2021-06-30 18:26:06 +02:00
.helmignore Integrate and patch prometheus-stack chart to customize alerts 2020-12-17 16:46:15 -08:00
Chart.yaml feat: relase metrics update to fix new apiserver metrics in 1.20 amongst others 2021-07-29 13:50:16 +02:00
OWNERS Prometheus-stack version bump 2021-02-26 22:25:43 +01:00
README.md feat: metrics version bump 2021-06-30 18:26:06 +02:00
values.yaml feat: relase metrics update to fix new apiserver metrics in 1.20 amongst others 2021-07-29 13:50:16 +02:00

README.md

kube-state-metrics Helm Chart

Installs the kube-state-metrics agent.

Get Repo Info

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

See helm repo for command documentation.

Install Chart

helm install [RELEASE_NAME] prometheus-community/kube-state-metrics [flags]

See configuration below.

See helm install for command documentation.

Uninstall Chart

helm uninstall [RELEASE_NAME]

This removes all the Kubernetes components associated with the chart and deletes the release.

See helm uninstall for command documentation.

Upgrading Chart

helm upgrade [RELEASE_NAME] prometheus-community/kube-state-metrics [flags]

See helm upgrade for command documentation.

Migrating from stable/kube-state-metrics and kubernetes/kube-state-metrics

You can upgrade in-place:

  1. get repo info
  2. upgrade your existing release name using the new chart repo

Upgrading to v3.0.0

v3.0.0 includes kube-state-metrics v2.0, see the changelog for major changes on the application-side.

The upgraded chart now the following changes:

  • Dropped support for helm v2 (helm v3 or later is required)
  • collectors key was renamed to resources
  • namespace key was renamed to namespaces

Configuration

See Customizing the Chart Before Installing. To see all configurable options with detailed comments:

helm show values prometheus-community/kube-state-metrics

You may also run helm show values on this chart's dependencies for additional options.