Merge pull request #34 from tomjohntaylor/patch-1

This commit is contained in:
Paweł Krupa
2023-02-13 19:08:32 +01:00
committed by GitHub

View File

@@ -0,0 +1,17 @@
# PrometheusOperatorSyncFailed
## Meaning
There were problems with Prometheus components synchronization that is usually done by prometheus-operator.
## Impact
New changes promoted to prometheus-operator can not be deployed or there could be some problems with auto-healing.
## Diagnosis
Check prometheus-operator pods logs by running, ex. `kubect logs -f <name_of_pod> -n <name_of_namespace>`
## Mitigation
Any fixes in configuration diagnosed by reviewing prometheus-operator logs.