You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8221b3a and 3f84b8d leader election, enabled by default with 2 replicas per component
Bugfixes
28ba9d2 by refactoring cross-cluster controllers from fan-out to 1-on-1, if a target is unavailable at startup, it
no longer breaks other targets while the corresponding controller is waiting for the target cache to sync (fixed #106)
28c126f and e99ecee allow excluding labels from aggregation on virtual nodes, especially useful on AKS to exclude ^kubernetes\.azure\.com/cluster=, so kube-proxy and azure-ip-masq-agent DaemonSet don't create pods for Admiralty
virtual nodes (the manifest of those DaemonSets is reconciled by the add-on manager so adding a node anti-affinity
wasn't an option) (fixed #114)