Hi! I'm somewhat new to the admin side of k8s and ...
# k3s
b
Hi! I'm somewhat new to the admin side of k8s and I'm setting up a pi-clone cluster for my homelab. I am having issues getting my agents joined to the cluster 🧵
✅ 1
I am running into this issue: https://github.com/k3s-io/k3s/issues/1395 I can
curl
the server from the node but it only works using the IP given by tailscale. when using the tailscale IP as the
K3S_URL
it doesn't work.
curl
to the machine's network IP doesn't work either, it just hangs and never connects. I suspect this is the root issue I need to solve but I'm not quite sure what to do. Do I need to get rid of tailscale on these machines? I see there are comments about iptables but I have opened port 6443 with no changes. The machines are running debian-12-arm64. Any advice is much appreciated!
oy it seems like I had a subnet router on in tailscale that was interfering with curl and the like. Seems to be working now.
🙌 1