mirror of https://github.com/k3s-io/k3s
Add iptable_nat to modprobe list
Signed-off-by: Chris Kim <oats87g@gmail.com>pull/2408/head
parent
38109e6c9d
commit
96fc4c4b21
|
@ -31,6 +31,7 @@ func Configure() {
|
|||
loadKernelModule("overlay")
|
||||
loadKernelModule("nf_conntrack")
|
||||
loadKernelModule("br_netfilter")
|
||||
loadKernelModule("iptable_nat")
|
||||
|
||||
// Kernel is inconsistent about how devconf is configured for
|
||||
// new network namespaces between ipv4 and ipv6. Make sure to
|
||||
|
|
Loading…
Reference in New Issue