mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-08 04:11:42 +01:00
This commit adds support for API load balancer. Quick way to enable it is during cluster creation using new `api-server-balancer-port` flag (0 by default - disabled). When enabled all API request will be routed across cluster control plane endpoints. Closes #7191 Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>