Open dmolik opened 1 year ago
I have two clusters on 1.27, with identical event exporters. Only the one with prometheus adapter in it is doing this.
Hello, even with the latest Docker Image version ghcr.io/resmoio/kubernetes-event-exporter:v1.2
I am still getting the panic on my Kubernetes v1.27 cluster .. any ideas? 😢
Also like @Joibel I have it working on one my clusters and crashing on others .. How can I even get the reason? Have you guys tested already with Kubernetes clusters >= 1.27 ??
@sherifkayad Do you have prometheus-adapter installed on the failing one? Or some other metrics provider?
Yes, I do .. but actually the Prometheus Adapter is installed on both clusters 😄 .. that's the part that I find really crazy
@Joibel @dmolik I guess after some readings in tons of issues, I came down to the root cause; that's a weird combination of Kubernetes 1.27 + Prometheus Adapter pushing metrics in a wrong format to the k8s API + a faulty Go k8s API Lib version ..
The last piece of the puzzle is the Prometheus Adapter (https://github.com/kubernetes-sigs/prometheus-adapter/issues/581), luckily the folks issued a fixed release yesterday (v0.11.0
) and I can confirm that upon upgrading to that one everything is back to normal!
Yes, we upgraded Prometheus adapters and clusters yesterday, no issues to report, we'll be updating k-e-e today or tomorrow.On Jul 26, 2023 4:11 PM, Sherif Ayad @.***> wrote: @Joibel @dmolik I guess after some readings in tons of issues, I came down to the root cause; that's a weird combination of Kubernetes 1.27 + Prometheus Adapter pushing metrics in a wrong format to the k8s API + a faulty Go k8s API Lib version .. The last piece of the puzzle is the Prometheus Adapter (kubernetes-sigs/prometheus-adapter#581), luckily the folks issued a fixed release yesterday (v0.11.0) and I can confirm that upon upgrading to that one everything is back to normal!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
the the release of 1.27 I'm getting the following: