docs/k8s: add IPv6 forwarding in proxy.yaml

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

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2022-08-27 21:55:12 -07:00 committed by Denton Gentry
parent 6dcc6313a6
commit 0ae0439668
1 changed files with 1 additions and 1 deletions

View File

@ -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