-
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
With tailscale --advertise-address passed to kube-apiserver shows both ipv4 as well as ipv6 address on a ipv6-only setup #8020
Comments
flannel extension backend (the one used by flannel) does not support ipv6-only. We need to fix that in flannel first |
##Environment Details Infrastructure
Node(s) CPU architecture, OS, and version:
Linux 5.11.0-1022-aws x86_64 GNU/Linux PRETTY_NAME="Ubuntu 20.04.3 LTS" Cluster Configuration:
Config.yaml:
Reproduction
Results: Validation
Results: $ kgp -A
$ kgn -o wide
$ kgp -o wide -A
Additional context / logs: |
Environmental Info:
K3s Version:
k3s version v1.27.3+k3s-be442433
Node(s) CPU architecture, OS, and Version:
Ubuntu 22.04
Cluster Configuration:
Single node
Describe the bug:
--advertise-address flag passed to kube-apiserver and node-ip flag passed to the agent contains both ipv4 and ipv6 ip as tailscale ips
Steps To Reproduce:
On a ipv6 node
Install tailscale
Install k3s passing the authkey
Expected behavior:
We should pass ipv6 only address to --advertise-address to the kube-apiserver
Actual behavior:
Both ipv4 and ipv6 address is passed
Additional context / logs:
The text was updated successfully, but these errors were encountered: