diff --git a/content/runbooks/prometheus-operator/PrometheusOperatorSyncFailed b/content/runbooks/prometheus-operator/PrometheusOperatorSyncFailed new file mode 100644 index 0000000..e9e3455 --- /dev/null +++ b/content/runbooks/prometheus-operator/PrometheusOperatorSyncFailed @@ -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 -n ` + +## Mitigation + +Any fixes in configuration diagnosed by reviewing prometheus-operator logs.