[stable/kube-state-metrics] update kube-state-metrics README.md (#11440)

Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
Tariq Ibrahim
2019-02-15 05:39:11 -08:00
committed by Kubernetes Prow Robot
parent cec86f65c7
commit 38efafea7d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -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 |