docs/k8s: add IPv6 forwarding in proxy.yaml

Fixes https://github.com/tailscale/tailscale/issues/4999

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/5390/head
Denton Gentry 2 years ago committed by Denton Gentry
parent 6dcc6313a6
commit 0ae0439668

@ -18,7 +18,7 @@ spec:
command: ["/bin/sh"]
args:
- -c
- sysctl -w net.ipv4.ip_forward=1
- sysctl -w net.ipv4.ip_forward=1 -w net.ipv6.conf.all.forwarding=1
resources:
requests:
cpu: 1m

Loading…
Cancel
Save