Files
Austin Abro 6bc5b884a6 kube-proxy: serve localhost NodePorts in nftables mode
Add a userspace proxy that accepts TCP connections on loopback NodePort
addresses and forwards them into the nftables data path, gated behind the
new KubeProxyNFTablesLocalhostNodePorts feature gate and enabled when
--nodeport-addresses explicitly includes loopback.

Signed-off-by: Austin Abro <austinabro321@gmail.com>
2026-07-21 08:31:03 -04:00
..