Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[metricbeat] Update doc with kube-state-metrics repository #1039

Merged
merged 5 commits into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ See [supported configurations][] for more details.
- with Helm 3: `helm install metricbeat elastic/metricbeat`
- with Helm 2 (deprecated): `helm install --name metricbeat elastic/metricbeat`

Note: If you choose to enable `kube-state-metrics` than you should also add the bitnami repostory to your helm3 installation as follows

```
helm repo add bitnami https://charts.bitnami.com/bitnami
```
For more on @bitnami/kube-state-metrics please goto the charts [readme](https://github.com/bitnami/charts/tree/master/bitnami/kube-state-metrics/)

### Install development version using master branch

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: 'kube-state-metrics'
version: '2.4.1'
repository: '@stable'
version: '1.2.0'
repository: '@bitnami'
condition: kube_state_metrics.enabled