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

Installing the Chart

To install the chart with the release name my-release:

$ helm install stable/kube-state-metrics

Configuration

Parameter Description Default
image.repository The image repository to pull from gcr.io/google_containers/kube-state-metrics
image.tag The image tag to pull from v1.0.1
image.pullPolicy Image pull policy IfNotPresent
service.port The port of the container 8080
prometheusScrape Whether or not enable prom scrape True
rbac.create If true, create & use RBAC resources False
rbac.serviceAccountName ServiceAccount to be used (ignored if rbac.create=true) default
podAnnotations Annotations to be added to the pod {}
resources kube-state-metrics resource requests and limits {}
collectors.daemonsets Enable the daemonsets collector. true
collectors.deployments Enable the deployments collector. true
collectors.limitranges Enable the limitranges collector. true
collectors.nodes Enable the nodes collector. true
collectors.pods Enable the pods collector. true
collectors.replicasets Enable the replicasets collector. true
collectors.replicationcontrollers Enable the replicationcontrollers collector. true
collectors.resourcequotas Enable the resourcequotas collector. true
collectors.services Enable the services collector. true
collectors.jobs Enable the jobs collector. true
collectors.cronjobs Enable the cronjobs collector. true
collectors.statefulsets Enable the statefulsets collector. true
collectors.persistentvolumeclaims Enable the persistentvolumeclaims collector. true