9ef4e5efca
Fixes #7487 When `.kubelet.nodeIP` filters yield no match, Talos should not start the kubelet, as using empty address list results in `--node-ip=` empty kubelet arg, which makes kubelet pick up "the first" address. Instead, skip updating (creating) the nodeIP and log an explicit warning. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>