Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 699 Bytes

File metadata and controls

20 lines (13 loc) · 699 Bytes

Adding kube-prometheus to KOPS on AWS 1.5.x

Prerequisites

A running Kubernetes cluster created with 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:

Example:

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