Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS-HCI!
MIT License
109 stars 45 forks source link

Multiple Load Balancers could lose track of peers #305

Closed scooley closed 1 year ago

scooley commented 1 year ago

When creating a cluster with multiple load balancers, each load balancer eventually loses track of its peers and take over the VIP leadership. This inconsistency causes significant problems when communicating with the API server, as the mapping between VIP and MAC addresses could change mid-request, resulting in dropped requests.

We're working on a fix that ensures that each load balancer maintains a proper mapping between VIP and MAC addresses and consistently communicates with its peers.