added entry in README.md

This commit is contained in:
Andres De Castro
2020-08-28 11:39:27 -04:00
parent 1e0ad975c1
commit d869da16fc
5 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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:
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: