From 6c510c8f1bd84450987015b0d16f2057d06bbba9 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Wed, 15 Aug 2018 17:21:37 +0200 Subject: [PATCH 1/2] Add docs on helm installation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 34da55c6..0f95534e 100644 --- a/README.md +++ b/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 ------------- From e9a3e436c2c9b64f1c063a746e870fb66a389e07 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Wed, 15 Aug 2018 19:55:49 +0200 Subject: [PATCH 2/2] Optimize based on feedback --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f95534e..60480880 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Kubernetes 1.6+. Installation ------------- -To install Kubernetes Custom Metrics Adapter for Prometheus via Helm with the release name `my-release`: +If you're a helm user, a helm chart is listed on the Kubeapps Hub as [stable/prometheus-adapter](https://github.com/helm/charts/blob/master/stable/prometheus-adapter/README.md). + +To install it with the release name `my-release`, run this Helm command: ```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 -------------