Skip to content
Snippets Groups Projects
Commit d869da16 authored by Andres De Castro's avatar Andres De Castro
Browse files

added entry in README.md

parent 1e0ad975
No related branches found
No related tags found
No related merge requests found
...@@ -676,6 +676,10 @@ See [exposing Prometheus/Alertmanager/Grafana](docs/exposing-prometheus-alertman ...@@ -676,6 +676,10 @@ See [exposing Prometheus/Alertmanager/Grafana](docs/exposing-prometheus-alertman
To use an easy to reproduce example, see [minikube.jsonnet](examples/minikube.jsonnet), which uses the minikube setup as demonstrated in [Prerequisites](#prerequisites). Because we would like easy access to our Prometheus, Alertmanager and Grafana UIs, `minikube.jsonnet` exposes the services as NodePort type services. To use an easy to reproduce example, see [minikube.jsonnet](examples/minikube.jsonnet), which uses the minikube setup as demonstrated in [Prerequisites](#prerequisites). Because we would like easy access to our Prometheus, Alertmanager and Grafana UIs, `minikube.jsonnet` exposes the services as NodePort type services.
## Continuous Delivery
Working examples of use with continuous delivery tools are found in examples/continuous-delivery.
## Troubleshooting ## Troubleshooting
### Error retrieving kubelet metrics ### Error retrieving kubelet metrics
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: monitoring name: kube-prometheus
namespace: argocd namespace: argocd
annotations: annotations:
recipients.argocd-notifications.argoproj.io: "slack:jenkins" recipients.argocd-notifications.argoproj.io: "slack:jenkins"
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
libs: libs:
- vendored - vendored
recurse: true recurse: true
path: examples/cd/argocd/kube-prometheus path: examples/continuous-delivery/argocd/kube-prometheus
repoURL: git@github.com:prometheus-operator/kube-prometheus.git repoURL: git@github.com:prometheus-operator/kube-prometheus.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy: syncPolicy:
......
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