-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to upgrade to v1.21.5+k3s1 #4152
Comments
Which model of Rasperry Pi is this on? The only thing I can think of that might have caused this is the bump of golang from 1.16.6 to 1.16.8, which mirrors upstream's change. |
Hi @brandond, it's a Raspberry Pi 4 Model B Rev 1.2 |
Hmm. Our QA team tests each release on Raspberry Pi before it goes out so I'm a bit stumped. Can you reproduce this on demand? |
Yes, I downgraded and attempted the upgrade again to ensure it wasn't some transient issue and still hit the same |
|
gah, missed the exec format error. what's weird is this runs for me on k3os for both arm and arm64 |
I wonder if it has anything to do with the kernel ABI change in the most recent update from Ubuntu |
This version works for me with k3OS overlays on top of Alpine 3.14.2 on both arm and arm64. I will try a raspbian install later today or tomorrow (but raspbian overlays did also work as of a couple of weeks ago). |
Thanks @dweomer, just to confirm I'm running Ubuntu 20.04.3 LTS on these Raspberry Pi's |
I have the same issue on an amd64 machine running in Oracle Cloud, with same Ubuntu version. Ubuntu is installed in the |
The nm-cloud-setup bit is a red herring. The check in the systemd unit ensures that k3s won't start if it IS running. If it is not present or is disabled, startup will continue as normal. Look further along in your logs for whatever's going wrong. |
Thanks. Looking further in the logs a line that was less obviously a problem turned out to be the actual problem 🤦. |
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Environmental Info:
K3s Version: v1.21.5+k3s1
Node(s) CPU architecture, OS, and Version:
Linux 5.4.0-1044-raspi #48-Ubuntu SMP PREEMPT Thu Sep 9 15:24:01 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
Cluster Configuration:
1 master node, 1 node
Describe the bug:
Unable to upgrade from v1.21.4+k3s1 to v1.21.5+k3s1, k3s fails to start. Get the following output when trying to upgrade the master node:
Output from
systemctl status k3s
:Steps To Reproduce:
Expected behavior:
To be able to upgrade
Actual behavior:
Unable to upgrade
Additional context / logs:
Couldn't find anyway around the issue, had to downgrade back to
v1.21.4+k3s1
- which worked as expected.Backporting
The text was updated successfully, but these errors were encountered: