Commit f75f8a5
committed
Fix cross-seed Gluetun firewall - allow Pod CIDR and preserve K8s DNS
Two critical fixes for cross-seed cluster connectivity:
1. Add Pod CIDR (192.168.144.0/20) to FIREWALL_OUTBOUND_SUBNETS
- Gluetun firewall sees Pod IPs after kube-proxy DNAT, not Service IPs
- Must allow traffic to Pod CIDR for cluster service communication
- Reference: qdm12/gluetun-wiki#7
2. Set DNS_KEEP_NAMESERVER=on and DOT=off (not delete)
- Preserves Kubernetes DNS resolver for cluster service resolution
- Disables DOT which requires external DNS (1.1.1.1) blocked by firewall
- Critical for consistent cluster DNS resolution1 parent 0184326 commit f75f8a5
File tree
1 file changed
+4
-4
lines changed- fluxcd/apps/overlays/production/cross-seed
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | 123 | | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments