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