Skip to content

Commit

Permalink
fix(kubernetes): remove tailscale for now
Browse files Browse the repository at this point in the history
Tailscale has issues with Cilium's socket LB. You can turn it off or
enable the bypass mode, but Cilium doesn't support pod loopback to
itself via a service without the socket LB (yet).

https://tailscale.com/kb/1236/kubernetes-operator#cilium-in-kube-proxy-replacement-mode
cilium/cilium#26733
  • Loading branch information
oliver-ni committed Jul 13, 2024
1 parent 3e44c89 commit 1072602
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
7 changes: 0 additions & 7 deletions kubernetes/core/cilium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
loadBalancer.mode = "hybrid";
endpointRoutes.enabled = true;

# Fix for Tailscale
# https://tailscale.com/kb/1236/kubernetes-operator#cilium-in-kube-proxy-replacement-mode
socketLB = {
enabled = true;
hostNamespaceOnly = true;
};

# We use globally routable addresses for IPv6, so no NAT is needed.
# We're running IPv6-only, but Discord still needs IPv4...
# For now, that is accomplished with NAT64 on the host. :)
Expand Down
38 changes: 0 additions & 38 deletions kubernetes/core/tailscale.nix

This file was deleted.

0 comments on commit 1072602

Please sign in to comment.