From 80576f534bc8d7b696fdb653b6e6099e8e7a9723 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 26 Apr 2024 17:51:31 -0700 Subject: [PATCH 1/2] Include reference to Prometheus Operator docs for user journey Currently, reading through solely the README for this project leaves users wondering how they can access services. It's a great resource for beginners, so the documentation should clearly denote this as well - on both the official docs *and* the GitHub README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2a7f7ee44..8c6851eb84 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ be created successfully. kubectl delete --ignore-not-found=true -f manifests/ -f manifests/setup ``` +The [official documentation](https://prometheus-operator.dev/docs/prologue/quick-start/) contains the full version of this Quickstart guide, and includes instructions on how to access Prometheus, Alertmanager, and Grafana from here. + ### minikube To try out this stack, start [minikube](https://github.com/kubernetes/minikube) with the following command: From adf59406bd77d179896d4787aad29e39c93fe70e Mon Sep 17 00:00:00 2001 From: Philip Gough Date: Wed, 11 Sep 2024 11:37:28 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jayapriya Pai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6851eb84..42e5d23e0f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ be created successfully. kubectl delete --ignore-not-found=true -f manifests/ -f manifests/setup ``` -The [official documentation](https://prometheus-operator.dev/docs/prologue/quick-start/) contains the full version of this Quickstart guide, and includes instructions on how to access Prometheus, Alertmanager, and Grafana from here. +The [official documentation](https://prometheus-operator.dev/docs/prologue/quick-start/) contains the full version of this quick-start guide, and includes instructions on how to access Prometheus, AlertManager, and Grafana. ### minikube