mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-07 18:41:33 +01:00
Talos supports automatic virtual IP for the control plane with pure layer 2 connectivity. Equinix Metal API supports assigning shared IPs to the nodes, this PR combines existing virtual IP functionality with calls to EM API to move the IP address on EM side to the leader node. The only thing which should be supplied in the machine configuration is the Equinix Metal API token, every other setting is automatically discovered automatically by Talos. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>