Skip to content

v0.14.0

Compare
Choose a tag to compare
@adrienjt adrienjt released this 15 Sep 10:18
· 101 commits to master since this release

New Features

  • 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)

Internals