Talk:K8s: Difference between revisions

From Alpine Linux
(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.")
(No difference)

Revision as of 04:58, 26 May 2023

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.