Class-based reconcilers can't be hosted in one binary with HA #2109
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
/kind bug
Expected Behavior
I can host as many class-based controllers (for example: Ingress reconcilers) as I want in a binary, as long as the classes don't clash.
Actual Behavior
They try to get the same lease and thus only one really works. This is quite similar to #1979.
Steps to Reproduce the Problem
Additional Info
This is quite similar to #1979.
I guess the simplest way of fixing it is adding the class filter to the lease name.
The text was updated successfully, but these errors were encountered: