Closed labrown closed 2 years ago
Thank you! Do you have a reference to this for k3s? A link to the docs or supporting issue I can reference?
This is the github issue where I found the clue I needed: https://github.com/k3s-io/k3s/issues/4188#issuecomment-982503626
Also this Rancher K3S entry: https://rancher.com/docs/k3s/latest/en/advanced/#enabling-vxlan-on-ubuntu-21.10+-on-raspberry-pi
Thanks for the links!
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
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
site.yml
playbookreset.yml
playbook