You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem can be solved by setting excluding filters to exclude IPs from certain network ranges, e.g. following filters can exclude 10.10.10.1 and 10.20.20.1 from above reported list:
- 10.10.10.0/24
- 10.20.20.0/31
The text was updated successfully, but these errors were encountered:
This allows to filter out addresses reported by Talos machines to
SideroMetal and which appear under `Machine.status.addresses`.
Fixessiderolabs#1368
Signed-off-by: Andrey Smirnov <[email protected]>
talos reports all available IPs on the node to sidero metal, including some internal IPs are not reachable outside.
those IPs are populated to Machine object, CACPPT then takes 1st IP to use to do etcd bootstrap.
When 1st IP is a non-routable internal IP, then etcd bootstrap fails.
The problem can be solved by setting excluding filters to exclude IPs from certain network ranges, e.g. following filters can exclude 10.10.10.1 and 10.20.20.1 from above reported list:
The text was updated successfully, but these errors were encountered: