1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Update troubleshooting.md (#4838)

* Update troubleshooting.md; add check for prom/alertmanager stuck in terminating loop

* update troubleshooting: change wording

* Update text

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

Co-authored-by: matt <matthew.buhagiar@explorium.ai>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Matthew
2022-07-06 18:47:26 +04:00
committed by GitHub
parent 4c406e76a5
commit d2dab0f510

View File

@@ -136,3 +136,15 @@ spec:
```
The incorrect example will give an error along these lines `spec.endpoints.port in body must be of type string: "integer"`
#### Prometheus/Alertmanager pods stuck in terminating loop with healthy start up logs
It is usually a sign that more than one operator wants to manage the resource.
Check if several operators are running on the cluster:
```console
kubeclt get pods --all-namespaces | grep 'prom.*operator'
```
Check the logs of the matching pods to see if they manage the same resource.