mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kube-state-metrics] update kube-state-metrics README.md (#11440)
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cec86f65c7
commit
38efafea7d
@@ -5,7 +5,7 @@ keywords:
|
||||
- metric
|
||||
- monitoring
|
||||
- prometheus
|
||||
version: 0.14.0
|
||||
version: 0.14.1
|
||||
appVersion: 1.5.0
|
||||
home: https://github.com/kubernetes/kube-state-metrics/
|
||||
sources:
|
||||
|
||||
@@ -14,8 +14,8 @@ $ helm install stable/kube-state-metrics
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|---------------------------------------|---------------------------------------------------------|---------------------------------------------|
|
||||
| `image.repository` | The image repository to pull from | quay.io/coreos/kube-state-metrics |
|
||||
| `image.tag` | The image tag to pull from | `v1.4.0` |
|
||||
| `image.repository` | The image repository to pull from | k8s.gcr.io/kube-state-metrics |
|
||||
| `image.tag` | The image tag to pull from | `v1.5.0` |
|
||||
| `image.pullPolicy` | Image pull policy | IfNotPresent |
|
||||
| `service.port` | The port of the container | 8080 |
|
||||
| `prometheusScrape` | Whether or not enable prom scrape | true |
|
||||
@@ -43,7 +43,7 @@ $ helm install stable/kube-state-metrics
|
||||
| `collectors.nodes` | Enable the nodes collector. | true |
|
||||
| `collectors.persistentvolumeclaims` | Enable the persistentvolumeclaims collector. | true |
|
||||
| `collectors.persistentvolumes` | Enable the persistentvolumes collector. | true |
|
||||
| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true
|
||||
| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true |
|
||||
| `collectors.pods` | Enable the pods collector. | true |
|
||||
| `collectors.replicasets` | Enable the replicasets collector. | true |
|
||||
| `collectors.replicationcontrollers` | Enable the replicationcontrollers collector. | true |
|
||||
|
||||
Reference in New Issue
Block a user