Add docs on helm installation

This commit is contained in:
Tom Kerkhove 2018-08-15 17:21:37 +02:00 committed by GitHub
parent 58857cfd37
commit 6c510c8f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------------