mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
861dc3631c
Currently egress Services for ProxyGroup only work for Pods and Services with IPv4 addresses. Ensure that it works on dual stack clusters by reading proxy Pod's IP from the .status.podIPs list that always contains both IPv4 and IPv6 address (if the Pod has them) rather than .status.podIP that could contain IPv6 only for a dual stack cluster. Updates tailscale/tailscale#13406 Signed-off-by: Irbe Krumina <irbe@tailscale.com> |
||
---|---|---|
.. | ||
forwarding.go | ||
healthz.go | ||
kube_test.go | ||
kube.go | ||
main_test.go | ||
main.go | ||
serve.go | ||
services_test.go | ||
services.go | ||
settings.go | ||
tailscaled.go | ||
test_tailscale.sh | ||
test_tailscaled.sh |