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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user