cisco-open / cluster-registry-controller

An operator that automatically synchronizes Kubernetes resources across multiple clusters
Apache License 2.0
22 stars 8 forks source link

leader election changes #61

Closed waynz0r closed 1 year ago

waynz0r commented 1 year ago
Q A
Bug fix? yes
New feature? yes
API breaks? no
Deprecations? no
Related tickets fixes #36
License Apache 2.0

What's in this PR?

Contains various changes around leader election and readiness handling

Why?

The previous implementation has issues as it was discussed in #36. This PR aims to implement some changes to overcome those issues.

Checklist