Update README (#9)

This commit is contained in:
Andriy Knysh 2018-09-24 09:25:10 -04:00 committed by GitHub
parent abc31e6d25
commit ac56aff123
2 changed files with 8 additions and 8 deletions

View File

@ -26,10 +26,8 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
## Screenshots
![kube-state-metrics-service](images/kube-state-metrics-service.png)
*Kube state metrics*
![kube-state-metrics-to-cloudwatch](images/kube-state-metrics-to-cloudwatch.png)
*Kube state metrics to cloudwatch*
*kube-state-metrics to CloudWatch*
@ -141,6 +139,9 @@ kubectl get services
```
Copy the name of the `kube-state-metrics` service (e.g. `gauche-turtle-kube-state-metrics`) into the ENV var `PROMETHEUS_SCRAPE_URL` in [values.yaml](chart/values.yaml).
![kube-state-metrics-service](images/kube-state-metrics-service.png)
It should look like this:
```sh

View File

@ -143,6 +143,9 @@ examples: |-
```
Copy the name of the `kube-state-metrics` service (e.g. `gauche-turtle-kube-state-metrics`) into the ENV var `PROMETHEUS_SCRAPE_URL` in [values.yaml](chart/values.yaml).
![kube-state-metrics-service](images/kube-state-metrics-service.png)
It should look like this:
```sh
@ -163,13 +166,9 @@ examples: |-
screenshots:
- name: "kube-state-metrics-service"
url: "images/kube-state-metrics-service.png"
description: "Kube state metrics"
- name: "kube-state-metrics-to-cloudwatch"
url: "images/kube-state-metrics-to-cloudwatch.png"
description: "Kube state metrics to cloudwatch"
description: "kube-state-metrics to CloudWatch"
# Contributors to this project