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 edit summary
Line 1: Line 1:
After upgrading to Alpine 3.18, the step:
After upgrading to Alpine 3.18, the step:
# modprobe br_netfilter
modprobe br_netfilter
fails with:  
fails with:  
modprobe: FATAL: Module br_netfilter not found in directory /lib/modules/5.15.41-0-virt
modprobe: FATAL: Module br_netfilter not found in directory /lib/modules/5.15.41-0-virt


It could be fixed with:
It could be fixed with:
# ln -s /lib/modules/6.1.30-0-virt /lib/modules/5.15.41-0-virt
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.
but i haven't tested yet if it will work in the end.

Revision as of 04:58, 26 May 2023

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.