Installs the kube-state-metrics agent.
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)
helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics
helm repo update
See helm repo for command documentation.
# 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.
# 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.
# Helm 3 or 2
$ helm upgrade [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]
See helm upgrade for command documentation.
You can upgrade in-place:
- get repo info
- upgrade your existing release name using the new chart repo
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.