Skip to content

Latest commit

 

History

History

kube-state-metrics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

kube-state-metrics Helm Chart

Installs the kube-state-metrics agent.

⚠️ Warning

Chart Releasing workflow is currently broken due to an upstream issue with this repo and kubernetes/test-infra, which is actively being worked on. Until then, the mentioned repositories below are not fully set up yet. You can still use the deprecated helm/stable repository and migrate to the new location in the near future. At this point in time, no significant changes to the chart were made in this repository. For more information or to follow progress, see: kubernetes/kube-state-metrics#1325 (comment)

Get Repo Info

helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics
helm repo update

See helm repo for command documentation.

Install Chart

# Helm 3
$ helm install [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]
# Helm 2

$ helm install --name [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]

See configuration below.

See helm install for command documentation.

Uninstall Chart

# Helm 3
$ helm uninstall [RELEASE_NAME]

# Helm 2
# helm delete --purge [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 3 or 2
$ helm upgrade [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]

See helm upgrade for command documentation.

From stable/kube-state-metrics

You can upgrade in-place:

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

Configuration

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

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

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