-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Tailscale-operator not working on k3s cluster #8733
Labels
Comments
At end or repro uninstall k3s and restore config, /usr/local/bin/k3s-uninstall.sh
mv ~/.kube/backup ~/.kube/config |
clarkezone
added a commit
to clarkezone/tailscale
that referenced
this issue
Jul 30, 2023
…le TS_DEBUG_USE_NETLINK_NFTABLES in tailscaled that was introduced in tailscale#8555 Fixes tailscale#8111, tailscale#8733
clarkezone
added a commit
to clarkezone/tailscale
that referenced
this issue
Jul 30, 2023
…le TS_DEBUG_USE_NETLINK_NFTABLES in tailscaled that was introduced in tailscale#8555 Fixes tailscale#8111, tailscale#8733
clarkezone
added a commit
to clarkezone/tailscale
that referenced
this issue
Jul 30, 2023
…le TS_DEBUG_USE_NETLINK_NFTABLES in tailscaled that was introduced in tailscale#8555 Fixes tailscale#8111, tailscale#8733
clarkezone
added a commit
to clarkezone/tailscale
that referenced
this issue
Jul 30, 2023
Add flag to k8s-operator to enable TS_DEBUG_USE_NETLINK_NFTABLES in tailscaled that was introduced in tailscale#8555 Fixes tailscale#8111, tailscale#8733
clarkezone
added a commit
to clarkezone/tailscale
that referenced
this issue
Jul 30, 2023
Add flag to k8s-operator to enable TS_DEBUG_USE_NETLINK_NFTABLES in tailscaled that was introduced in tailscale#8555 Fixes tailscale#8111, tailscale#8733 Signed-off-by: James Clarke <james@clarkezone.net>
I think the fix for this is the auto-detection tracked in #391 |
I had the same issue: on a k3s cluster, impossible to reach a service exposed on tailscale. The error from the proxy Pod:
I could fix it by loading the ip6table_filter module on the node:
And to make it persist on reboots:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
###
What is the issue?I’m attempting a simple helloworld level scenario for tailscale-operator on k3s on ubnuntu 22.04 and the scenario isn't working correctly.
Steps to reproduce
➜ tailscaleoperatortest git:(master) curl tailscaletest-nginx-tailscale.tail967d8.ts.net ^C ➜ tailscaleoperatortest git:(master) ping tailscaletest-nginx-tailscale.tail967d8.ts.net PING tailscaletest-nginx-tailscale.tail967d8.ts.net (100.70.204.105) 56(84) bytes of data. ^C --- tailscaletest-nginx-tailscale.tail967d8.ts.net ping statistics --- 11 packets transmitted, 0 received, 100% packet loss, time 10223ms
Logs from proxy pod:
logs.txt
Are there any recent changes that introduced the issue?
First time I’ve tried hence can’t comment
OS
Linux
OS version
Ubuntu 22.04.2 LTS
Tailscale version
1.47.36
Other software
v1.27.3+k3s1
Bug report
No response
The text was updated successfully, but these errors were encountered: