k3s-ansible icon indicating copy to clipboard operation
k3s-ansible copied to clipboard

Add linux-modules-extra-raspi package for Ubuntu 22.x on Raspberry.

Open labrown opened this issue 3 years ago • 4 comments

Ubuntu 22.x on Raspberry Pi needs the linux-modules-extra-raspi package for the vxlans kernel module.

Proposed Changes

K3S on Ubuntu 22.x requires the linux-modules-extra-raspi package for the vxlan kernel module.

NOTE: Not sure if we want to force removal of the linux-modules-extra-raspi package during reset, but included it anyway.

Checklist

  • [x] Tested locally
  • [x] Ran site.yml playbook
  • [x] Ran reset.yml playbook
  • [x] Did not add any unnecessary changes
  • [x] 🚀

labrown avatar Aug 09 '22 16:08 labrown

Thank you! Do you have a reference to this for k3s? A link to the docs or supporting issue I can reference?

timothystewart6 avatar Aug 10 '22 19:08 timothystewart6

This is the github issue where I found the clue I needed: https://github.com/k3s-io/k3s/issues/4188#issuecomment-982503626

labrown avatar Aug 10 '22 20:08 labrown

Also this Rancher K3S entry: https://rancher.com/docs/k3s/latest/en/advanced/#enabling-vxlan-on-ubuntu-21.10+-on-raspberry-pi

labrown avatar Aug 10 '22 20:08 labrown

Thanks for the links!

timothystewart6 avatar Aug 10 '22 23:08 timothystewart6

Still failing as far as I can tell

Steps to reproduce -

  1. Run all rpi items https://rancher.com/docs/k3s/latest/en/advanced/#enabling-vxlan-on-ubuntu-21.10+-on-raspberry-pi

  2. install k3s using the default script curl -sfL https://get.k3s.io | sh -

  3. Get cut off the network

As soon as the cluster comes up ssh terminal freezes. Go to console directly ping/dns no longer resolves Uninstall /usr/local/bin/k3s-uninstall.sh Everything works and can remotely connect again. Repeatable. Any flag on install or something else issed that I should be taken?

Linux km00 5.15.0-1014-raspi #16-Ubuntu SMP PREEMPT Thu Aug 25 09:50:55 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux OS: Ubuntu 22.04 jammy Kernel: aarch64 Linux 5.15.0-1014-raspi Uptime: 16m Packages: 637 Shell: bash 5.1.16 Disk: 4.1G / 59G (8%) CPU: BCM2835 @ 4x 1.2GHz RAM: 274MiB / 905MiB

dc995 avatar Sep 21 '22 23:09 dc995