mirror of
https://github.com/prometheus-operator/runbooks.git
synced 2026-05-21 22:32:46 +00:00
Move guidelines section to add-runbook, add local testing info
Signed-off-by: Mac Chaffee <me@macchaffee.com>
This commit is contained in:
@@ -72,3 +72,17 @@ Is this some irregular condition, e.g. a process fails to clean up behind itself
|
||||
|
||||
[1]: https://github.github.com/gfm/#html-block
|
||||
```
|
||||
|
||||
### Guidelines
|
||||
|
||||
The purpose of this repository is to have a documentation about every alert shipped by kube-prometheus (not only by prometheus-operator). In the long run, we are aiming to support as many k8s flavors as possible. If possible try to ensure the 'Diagnosis/Mitigation' sections are applicable to all certified kubernetes distributions.
|
||||
|
||||
The primary target for these runbooks are folks who are novices and don't have much insight into what to do with alerts shipped in kube-prometheus. As a result, try to avoid excessive jargon and abbreviations.
|
||||
|
||||
### Testing locally
|
||||
|
||||
To test your changes locally:
|
||||
|
||||
1. Install [Hugo](https://gohugo.io/getting-started/installing/)
|
||||
2. Run `git submodule init` and `git submodule update` to clone the Hugo theme
|
||||
3. Run `hugo server` and navigate to http://localhost:1313/ in your browser
|
||||
|
||||
Reference in New Issue
Block a user