operator-framework/helm-operator-plugins

Double check leader election implementation changes

Closed this issue · 1 comments

We should double-check that we don't lose anything important by switching to the leader election provided by controller-runtime (which by the way is the built-in kubernetes leader election).

Operator SDK's helm-operator now uses the controller-runtime leader election mechanism, so the projects are now aligned.