-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail running on Raspberry Pi Ubuntu 21.10 #4234
Comments
This suggests that your kernel is missing vxlan support, which is unusual since its available pretty much everywhere. Can you successfully |
hi brandon, thank you for the quick response. here is the output from that command i will start researching on my end to see if i can find anything. i appreciate the help on this matter. |
I tried updating the Linux Kernel from 5.13.0-1008-raspi to 5.14.x but it defaults back to 5.13.0-1008-raspi. I installed Ubuntu Server 20.04.3 LTS version and I can confirm it works fine on my Raspberry Pi 4 (Linux version 5.4.0-1042-raspi (buildd@bos02-arm64-010)). |
Probably related to #4188 |
i see, thank you both for your help. i will close this issue as it is not an issue with |
I can confirm the symptoms, and was able to fix it with:
|
I have raised the issue with the Ubuntu team and they have confirmed it's a bug at their end -https://bugs.launchpad.net/bugs/1947628 |
I think there was a misunderstanding. The ubuntu kernel maintainers confirmed that this is intended behavior. I'd suggest to document this in the k3s documentation that from Ubuntu 20.10, the new package |
Signed-off-by: Nikoleta Verbeck <nerdynick@gmail.comn>
this resolved my issues as well. |
This has been included in the docs for a while now. |
Environmental Info:
K3s Version: 1.21.5+k3s2
Node(s) CPU architecture, OS, and Version: Linux k3s-server-01 5.13.0-1008-raspi #9-Ubuntu SMP PREEMPT Wed Sep 29 08:27:44 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
Cluster Configuration: 1 server
Describe the bug:
I have upgraded my Raspberry Pi 4s to Ubuntu 21.10. There seems to be some issuer when running the basic installation scripts for
K3s
Steps To Reproduce:
Prior to installation, I appended the following to
/boot/firmware/cmdline.txt
and rebooted the system -cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
Installed
K3s
with commandcurl -sfL https://get.k3s.io | sh -
k3s version v1.21.5+k3s2
Expected behavior:
I expect that it should run the server the same as it does on my Desktop
Actual behavior:
It tries to start, fails, and then restarts the process again. Since I am not seeing this issue when running the installation script in a VM running Ubuntu 21.10 on my Desktop, I am wondering if there are any more extra steps that I must take for getting this to work on a Raspberry Pi 4. I am not entirely understanding everything from the logs, so if there is any extra information that you need me to provide I am happy to do so.
Additional context / logs:
Backporting
The text was updated successfully, but these errors were encountered: