ManageIQ / manageiq-providers-kubernetes

ManageIQ plugin for the Kubernetes provider.
https://kubernetes.io/
Apache License 2.0
7 stars 63 forks source link

The prometheus_alerts endpoint is no longer supported #506

Closed agrare closed 1 year ago

agrare commented 1 year ago

OCPv3 had prometheus-alert-buffer https://github.com/openshift/prometheus-alert-buffer which was used by the prometheus_alerts endpoint and MonitoringManager.

This is not present on OCPv4 and it isn't possible to add a prometheus_alerts endpoint.

Support for OCPv3 has been dropped so there is no supported version of openshift where you are able to add an events endpoint.

miq-bot commented 1 year ago

Checked commit https://github.com/agrare/manageiq-providers-kubernetes/commit/d0b0d93c94027272b1b828262c9b5001f9310b70 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :star:

Fryguy commented 1 year ago

Backported to quinteros in commit 44b619b6fe84dfb1327995c87e6d50af1f7b4404.

commit 44b619b6fe84dfb1327995c87e6d50af1f7b4404
Author: Jason Frey <fryguy9@gmail.com>
Date:   Wed Sep 27 13:59:06 2023 -0400

    Merge pull request #506 from agrare/remove_unsupported_alerts_tab

    The prometheus_alerts endpoint is no longer supported

    (cherry picked from commit c604c2a4e1cf8c812d2081ceab3643ff385a6b44)