Skip to content

Commit 0ae0439

Browse files
committed
docs/k8s: add IPv6 forwarding in proxy.yaml
Fixes tailscale#4999 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
1 parent 6dcc631 commit 0ae0439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/k8s/proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
command: ["/bin/sh"]
1919
args:
2020
- -c
21-
- sysctl -w net.ipv4.ip_forward=1
21+
- sysctl -w net.ipv4.ip_forward=1 -w net.ipv6.conf.all.forwarding=1
2222
resources:
2323
requests:
2424
cpu: 1m

0 commit comments

Comments
 (0)