Skip to content

Commit

Permalink
Include reference to Prometheus Operator docs for user journey
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xenophenes authored Apr 27, 2024
1 parent 4071425 commit 6581dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,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:
Expand Down

0 comments on commit 6581dfc

Please sign in to comment.