Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

talosctl IPv6 records resolving problem #8400

Open
maxpain opened this issue Mar 6, 2024 · 1 comment
Open

talosctl IPv6 records resolving problem #8400

maxpain opened this issue Mar 6, 2024 · 1 comment

Comments

@maxpain
Copy link
Contributor

maxpain commented Mar 6, 2024

I have A and AAAA records for my server.
At this moment, my server is reachable only using an IPv6 address.

talosctl should try IPv6 address first, then IPv4, if IPv6 is unreachable.
But instead of this, talosctl load balances queries across A and AAAA records, which is wrong behaviour:

maxpain@Maxs-MacBook-Pro talos % talosctl --nodes myserver.example.com --endpoints myserver.example.com disks --insecure
error getting disks: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 5.188.238.235:50000: i/o timeout"

maxpain@Maxs-MacBook-Pro talos % talosctl --nodes myserver.example.com --endpoints myserver.example.com disks --insecure
DEV        MODEL   SERIAL   TYPE   UUID   WWID   MODALIAS                    NAME   SIZE     BUS_PATH                            SUBSYSTEM          READ_ONLY   SYSTEM_DISK
/dev/vda   -       -        HDD    -      -      virtio:d00000002v00001AF4   -      215 GB   /pci0000:00/0000:00:04.0/virtio1/   /sys/class/block    
           
maxpain@Maxs-MacBook-Pro talos % talosctl --nodes myserver.example.com --endpoints myserver.example.com disks --insecure
error getting disks: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 5.188.238.235:50000: i/o timeout"
@sanmai-NL
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants