Unverified Commit e6f6fce6 authored by Hussein Galal's avatar Hussein Galal Committed by GitHub

Load kernel modules for nft in agent setup (#11524)

parent e64e2fcf
......@@ -34,6 +34,9 @@ func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfig
loadKernelModule("br_netfilter")
loadKernelModule("iptable_nat")
loadKernelModule("iptable_filter")
loadKernelModule("nft-expr-counter")
loadKernelModule("nfnetlink-subsys-11")
loadKernelModule("nft-chain-2-nat")
if enableIPv6 {
loadKernelModule("ip6table_nat")
loadKernelModule("ip6table_filter")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment