mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Add docs on helm installation
This commit is contained in:
parent
58857cfd37
commit
6c510c8f1b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -9,6 +9,16 @@ metrics API
|
|||
suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in
|
||||
Kubernetes 1.6+.
|
||||
|
||||
Installation
|
||||
-------------
|
||||
To install Kubernetes Custom Metrics Adapter for Prometheus via Helm with the release name `my-release`:
|
||||
|
||||
```console
|
||||
$ helm install --name my-release stable/prometheus-adapter
|
||||
```
|
||||
|
||||
More information can be found [here](https://github.com/helm/charts/blob/master/stable/prometheus-adapter/README.md).
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue