jlevesy / prometheus-elector

Leader election for prometheus
25 stars 2 forks source link

Always leave election when stopping #40

Closed jlevesy closed 1 year ago

jlevesy commented 1 year ago

What Does This PR do?

So a couple of things were wrong in how the termination was happening. This PR adresses the following issues.

This leads to much better failover time on graceful shutdowns

How to Test This PR?

make run # then kill pods and look for the logs

Good PR Checklist