mirror of
https://github.com/prometheus-operator/runbooks.git
synced 2026-05-06 07:16:33 +00:00
Merge pull request #34 from tomjohntaylor/patch-1
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user