Skip to content
Snippets Groups Projects
Commit 676bfa16 authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

fix kube-prometheus references

parent 89ed6773
No related branches found
No related tags found
No related merge requests found
...@@ -21,15 +21,15 @@ aws --profile ${AWS_DEFAULT_PROFILE} ec2 authorize-security-group-ingress --grou ...@@ -21,15 +21,15 @@ aws --profile ${AWS_DEFAULT_PROFILE} ec2 authorize-security-group-ingress --grou
``` ```
## Adding kube-prometheus ## Adding kube-prometheus
Following the instructions in the [README](https://github.com/coreos/kube-prometheus/blob/master/README.md): Following the instructions in the [README](https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus/README.md):
Example: Example:
```bash ```bash
git clone -b master https://github.com/coreos/kube-prometheus.git kube-prometheus-temp; git clone -b master https://github.com/coreos/prometheus-operator.git prometheus-operator-temp;
cd kube-prometheus-temp cd prometheus-operator-temp/contrib/kube-prometheus
./hack/cluster-monitoring/deploy ./hack/cluster-monitoring/deploy
kubectl -n kube-system create -f manifests/k8s/self-hosted/ kubectl -n kube-system create -f manifests/k8s/self-hosted/
cd - cd -
rm -rf kube-prometheus-temp rm -rf prometheus-operator-temp
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment