Skip to content

Commit cca8fac

Browse files
Load kernel modules for nft in agent setup (#11527)
Signed-off-by: galal-hussein <[email protected]>
1 parent 68fbd1a commit cca8fac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/agent/syssetup/setup.go

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfig
3434
loadKernelModule("br_netfilter")
3535
loadKernelModule("iptable_nat")
3636
loadKernelModule("iptable_filter")
37+
loadKernelModule("nft-expr-counter")
38+
loadKernelModule("nfnetlink-subsys-11")
39+
loadKernelModule("nft-chain-2-nat")
3740
if enableIPv6 {
3841
loadKernelModule("ip6table_nat")
3942
loadKernelModule("ip6table_filter")

0 commit comments

Comments
 (0)