From 14d20c140ea4e6101997f4083d4f5e02ff974094 Mon Sep 17 00:00:00 2001 From: Scott Brenner <scott@scottbrenner.me> Date: Tue, 30 Jan 2018 13:09:50 -0800 Subject: [PATCH] Minor typo fix (#939) Promnetheus -> Prometheus --- docs/Monitoring external etcd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Monitoring external etcd.md b/docs/Monitoring external etcd.md index 15e5632e..2bb79698 100644 --- a/docs/Monitoring external etcd.md +++ b/docs/Monitoring external etcd.md @@ -13,7 +13,7 @@ Prometheus Operator allows us to mount secrets in the pod. By loading the secret where CREDENTIAL_PATH is the path to your etcd client credentials on your work machine. (Kube-aws stores them inside the credential folder). -## b - Get Promnetheus Operator to load the secret +## b - Get Prometheus Operator to load the secret In the previous step we have named the secret 'etcd-certs'. Edit prometheus-operator/contrib/kube-prometheus/manifests/prometheus/prometheus-k8s.yaml and add the secret under the spec of the Prometheus object manifest: @@ -167,4 +167,4 @@ Once you are happy with the dashboard, export it and move it to `prometheus-oper ### Reload the manifest in Kubernetes: ` kubectl -n monitoring replace -f manifests/grafana/grafana-dashboards.yaml` -After a few minutes your dasboard will be available permanently to all Grafana instances \ No newline at end of file +After a few minutes your dasboard will be available permanently to all Grafana instances -- GitLab