1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00
This commit is contained in:
Dashuang Li
2022-07-23 02:30:17 +08:00
committed by GitHub
parent bfedd2102b
commit f2ddd4eeb9

View File

@@ -155,7 +155,7 @@ 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'
kubectl get pods --all-namespaces | grep 'prom.*operator'
```
Check the logs of the matching pods to see if they manage the same resource.