kube-prometheus: Update kops docs

This commit is contained in:
Frederic Branczyk
2018-05-18 11:52:27 +02:00
parent 5776092b6d
commit d8f6b6f81b
5 changed files with 58 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
# Adding kube-prometheus to [KOPS](https://github.com/kubernetes/kops) on AWS 1.5.x
## Prerequisites
A running Kubernetes cluster created with [KOPS](https://github.com/kubernetes/kops).
These instructions have currently been tested with **topology=public** on AWS with KOPS 1.7.1 and Kubernetes 1.7.x
Following the instructions in the [README](https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus/README.md):
Example:
```bash
git clone -b master https://github.com/coreos/prometheus-operator.git prometheus-operator-temp;
cd prometheus-operator-temp/contrib/kube-prometheus
./hack/cluster-monitoring/self-hosted-deploy
cd -
rm -rf prometheus-operator-temp
```