Replies: 4 comments 7 replies
-
UDP CNI traffic between nodes is being dropped. Are you sure that host-gw works properly over zerotier? Have you tried wireguard or wireguard+tailscale instead of zerotier+host-gw? |
Beta Was this translation helpful? Give feedback.
-
no beacuse zerotier feels a bit too cozy to drop Maybe I can use VXLAN over zerotier? EDIT: Huh, just changed to VXLAN and this happened:
EDIT 2: Nope, I just got lucky and the debug pod landed in the coredns node :/ |
Beta Was this translation helpful? Give feedback.
-
You might try playing with the MTU, that could help if the drops are due to the packets being too large to pass through the tunnel. You might also search the issues and discussion for other reports of folks using zerotier to see if they have any reports of using it successfully, and if so what they had to change. |
Beta Was this translation helpful? Give feedback.
-
Tailscale should work fine over NAT? |
Beta Was this translation helpful? Give feedback.
-
Environmental Info:
K3s Version: v1.27.4+k3s1
Node(s) CPU architecture, OS, and Version:
g0: 5.15.0-79-generic amd64
g1: 5.15.0-79-generic amd64
oracle0: 5.15.0-1040-oracle arm64 (oracle free tier)
Cluster Configuration:
3 servers
Describe the bug:
CoreDNS is acting extremely strangely. First of all, no error logs in its pod.
nslookup <domain> 10.43.0.10
works - for internal and external domainslonghorn-backend
orlonghorn-backend.longhorn-system.svc
don't resolve butlonghorn-backend.longhorn-system.svc.cluster.local
doesSteps To Reproduce:
This ain't easy but here goes:
--disable
options)k3s arguments:
--secrets-encryption --disable=traefik,metrics-server --node-ip=<zt ip> --flannel-iface=<zt iface> --flannel-backend=host-gw --bind-address=<zt ip> --advertise-address=<zt ip> --tls-san=<zt ip>
Expected behavior:
CoreDNS to do its thing
Actual behavior:
CoreDNS behaving like a diva
I THINK restarting it fixes it for a bit
Additional context / logs:
I really have no idea where to check, where to start
HelmChart
resource fails if the install pod doesn't land in the same node that coredns was deployed as it can't resolve the helm repoBeta Was this translation helpful? Give feedback.
All reactions