Talk:K8s

From Alpine Linux
Revision as of 04:58, 26 May 2023 by I2r (talk | contribs) (Created page with "After upgrading to Alpine 3.18, the step: # modprobe br_netfilter fails with: modprobe: FATAL: Module br_netfilter not found in directory /lib/modules/5.15.41-0-virt It could be fixed with: # ln -s /lib/modules/6.1.30-0-virt /lib/modules/5.15.41-0-virt but i haven't tested yet if it will work in the end.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

After upgrading to Alpine 3.18, the step:

  1. modprobe br_netfilter

fails with: modprobe: FATAL: Module br_netfilter not found in directory /lib/modules/5.15.41-0-virt

It could be fixed with:

  1. ln -s /lib/modules/6.1.30-0-virt /lib/modules/5.15.41-0-virt

but i haven't tested yet if it will work in the end.