-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
k3s + tailscale + dual-stack ipv6 doesn't start with tailscale advertise-routes error #11572
Comments
@manuelbuil any ideas? |
Also, seems like if trying to run in IPv6 only mode, k3s always picks up only the IPv4 address to use to advertise, which creates a |
What happens if you provide ipv4,ipv6 --node-ip addresses? |
Update for the original issue: Looks like it just randomly went away without changing anything. |
Environmental Info:
K3s Version: v1.31.4+k3s1 (a562d09)
Node(s) CPU architecture, OS, and Version: Linux m-server 6.6.69-hardened1 NixOS SMP PREEMPT_DYNAMIC Thu Jan 2 09:32:11 UTC 2025 x86_64 GNU/Linux
Cluster Configuration:
1 server 1 agent
Describe the bug:
After enabling IPv6 dual stack and re-creating the cluster the following error message appears:
flannel exited: failed to register flannel network: failed to run command: tailscale set --accept-routes --advertise-routes=$SUBNET,$IPV6SUBNET Err: exit status 1 Output: ::/0 advertised without its IPv4 counterpart, please also advertise 0.0.0.0/0
Steps To Reproduce:
NixOS k3s module:
The text was updated successfully, but these errors were encountered: