Files
kube-prometheus/docs/KOPSonAWS.md
Daniel Fenton e722d911bf Update KOPSonAWS.md
The AWS CLI SG commands are not necessary, kops creates an SG with these ports open to the correct SG by default
2017-10-31 14:44:07 -04:00

747 B

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/deploy
kubectl -n kube-system create -f manifests/k8s/self-hosted/
cd -
rm -rf prometheus-operator-temp