-
Notifications
You must be signed in to change notification settings - Fork 2.4k
kubelet 1.23.0 (cAdvisor 0.43) panic on arm64 / Raspberry PI OS32 #3027
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
Comments
mikhail-sakhnov
pushed a commit
to mikhail-sakhnov/k0s
that referenced
this issue
Dec 14, 2021
google/cadvisor#3027 kubernetes/kubernetes#106977 Signed-off-by: Mikhail Sakhnov <[email protected]>
mikhail-sakhnov
pushed a commit
to mikhail-sakhnov/k0s
that referenced
this issue
Dec 14, 2021
architecture for kubelet google/cadvisor#3027 kubernetes/kubernetes#106977 Signed-off-by: Mikhail Sakhnov <[email protected]>
mikhail-sakhnov
pushed a commit
to mikhail-sakhnov/k0s
that referenced
this issue
Dec 16, 2021
architecture for kubelet google/cadvisor#3027 kubernetes/kubernetes#106977 Signed-off-by: Mikhail Sakhnov <[email protected]>
Closed in #3029 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cadvisor 0.43 compiled for arm32 fails with panic for 64-bit misaligned access at line https://github.com/google/cadvisor/blob/release-v0.43/manager/container.go#L676 in Raspberry PI OS32 and 64-bit kernel (arm_64bits = 1).
In Raspberry PI OS32 and 32-bit kernels, access is allowed but results in a loss of performance.
For more information, please refer to https://www.kernel.org/doc/html/latest/arm/mem_alignment.html.
Possibile fix (to check): move
oomEvents
at the begging ofcontainerData
struct.The text was updated successfully, but these errors were encountered: