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.")
 
m (Reply.)
 
(2 intermediate revisions by 2 users not shown)
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.
<small><span class="autosigned">—&nbsp;Preceding [[unsigned]] comment added by [[User:I2r|I2r]] ([[User talk:I2r|{{int:talkpagelinktext}}]] • [[Special:Contributions/I2r|{{int:contribslink}}]]) 00:58, 26 May 2023‎</span></small>
:I am curious if a reboot was attempted after the upgrade?
:[[User:Zcrayfish|zcrayfish]] ([[User talk:Zcrayfish|talk]]) 03:17, 14 August 2023 (UTC)

Latest revision as of 03:17, 14 August 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.

— Preceding unsigned comment added by I2r (talkcontribs) 00:58, 26 May 2023‎

I am curious if a reboot was attempted after the upgrade?
zcrayfish (talk) 03:17, 14 August 2023 (UTC)