-
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
v0.10.0 k3s-agent will not start on a rasbian-based (kernel 4.19.75-v7l+) raspberry pi4 node #939
Comments
k3s-agent
will not start on a rasbian-based (kernel 4.19.75-v7l+
) raspberry pi4 node
I am having issues getting k3s v0.10.0 to run at all on any raspi3b or raspi4 with debian buster with latest kernel (same but 4.19.75-v7+ in my case). Terminal:
systemctl status:
I didn't see any other useful information via journalctl On my Pi4, this did run for a while and crashed with the same error that was reported in the issue body. |
Another stack trace:
Not sure why, but reverting a specific commit from the containerd bump seems to fix the issue: k3s-io/containerd@db5da10 ^ cc @AkihiroSuda |
Really related? |
Maybe not, the stack trace looks file system related, need to delve deeper
to see if it is related to the change. I had issues with arm and golang
1.12 which were fixed by upgrading to 1.13, hopefully not a toolchain
issue. Could also be related to some k8s change we are doing, just wanted
to give you a heads up and see what you think.
…On Wed, Oct 23, 2019, 6:10 PM Akihiro Suda ***@***.***> wrote:
Really related?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#939>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPIIAQUDTIVBRNBN2GOJPLQQDYXLANCNFSM4JEAHXFA>
.
|
Are you using |
Sorry for the noise @AkihiroSuda, it appears the pi is using the overlay snapshotter, and that native snapshotter code is not being called here. Testing with go v1.13.2 seems to work fine tho. |
Confirmed working properly now with k3s v0.10.1 |
Version: v0.10.0 (f9888ca)
Describe the bug
k3s-agent
will not start on a rasbian-based (kernel4.19.75-v7l+
) raspberry pi4 nodeTo Reproduce
Attempt to join a rpi4 node to a k3s server, using the following command,
Expected behavior
The node will properly join
Actual behavior
The node fails to join and the
k3s-agent
service fails to startAdditional context
v0.9.1
Here is the (long) syslog output from the
k3s-agent
crash event that occurs over and over:The text was updated successfully, but these errors were encountered: