From 401ad9800ae4be71122ed07150956bbeb193e980 Mon Sep 17 00:00:00 2001 From: Mac Chaffee Date: Wed, 2 Feb 2022 19:33:01 -0500 Subject: [PATCH] Add initial readme Signed-off-by: Mac Chaffee --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5962ba5 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Prometheus-Operator Runbooks + +This repo contains the official [runbooks](https://en.wikipedia.org/wiki/Runbook) for the various alerts sent out by components of the prometheus-operator ecosystem. + +The live version can be found at https://runbooks.prometheus-operator.dev/ + +## Contributing + +To edit or expand an existing runbook, feel free to edit the files under `content/` and submit a pull request. + +To create a new runbook, see [add-runbook.md](./content/docs/add-runbook.md)