mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-18 11:01:12 +02: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>