Ubuntu Server 21.10 on RPi4-Cluster - missing "linux-modules-extra-raspi" #25
-
I recently provisioned a rpi-cluster with the help of awesome k3s-ansible script, but it failed. The reason was a missing package called "linux-modules-extra-raspi". It contains the essential module "vxlan", which is the default networking backend for flannel (see also: https://rancher.com/docs/k3s/latest/en/installation/network-options/). Error messages were changing, but mainly saying this: By installing the package with "sudo apt install linux-modules-extra-raspi" on all raspberry pi nodes, rebooting, undeploying and redeploying the k3s-ansible script, all went smoothly. This is probably a specific case, but by pre-checking, if the module is available, the error could be avoided. I found this issue here: Hoping this will help some folks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This has been added to the playbook! Thank you! |
Beta Was this translation helpful? Give feedback.
-
Interesting. My playbook is failing at this step because this package can't be found on my Ubuntu 20.04 LTS install on a Pi CM4. I might be mistaken but it doesn't look like that package is available for 20.04 LTS. (https://packages.ubuntu.com/search?keywords=linux-modules-extra-raspi) I'll try upgrading the distro and see if the ansible playbook completes. PLAY RECAP ***************************************************************************************************************************************************************************************************************************************************************************************************************** Monday 23 January 2023 19:07:17 -0500 (0:00:02.003) 0:00:14.048 ******** EDITED TO ADD: |
Beta Was this translation helpful? Give feedback.
This has been added to the playbook! Thank you!