mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-21 22:41:01 +02:00
The AWS CLI SG commands are not necessary, kops creates an SG with these ports open to the correct SG by default
747 B
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