Allow pods to directly speak to the public internet on their own public IPv6 addresses.

This commit is contained in:
Tom Alexander
2025-12-29 18:35:20 -05:00
parent d1c7a0bfca
commit b504dc4d66
5 changed files with 15 additions and 12 deletions

View File

@@ -23,8 +23,8 @@
--set k8sServiceHost="2620:11f:7001:7:ffff:ffff:ad7:1dd" \
--set k8sServicePort=6443 \
--set ipv6.enabled=true \
--set ipv4.enabled=true
# --set enableIPv6Masquerade=false
--set ipv4.enabled=true \
--set enableIPv6Masquerade=false
# --set enableIPv4BIGTCP=true \
# --set enableIPv6BIGTCP=true
# --set routingMode=native \