mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-17 18:41:16 +02:00
Fixes #4243 The idea is to make sure kubelet picks node IP based on filtering by CIDRs of the node's addresses. The flow is simple - every address is filtered by subnet and picked if it matches the subnet. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>