You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.22.2-rc1+k3s1 does not fully start it on my arm device: raspberry pi kernel 5.4.79-v7l+
The containers lb-port-80 and lb-port-443 are both failing, both giving the same logs through kubectl and crictl:
standard_init_linux.go:228: exec user process caused: exec format error
Checking containerd.log doesn’t show anything useful either:
time="2021-09-20T09:10:56.106062697-07:00" level=info msg="CreateContainer within sandbox \"2cfa37c54e89238b57a7207f520c0e86fdf14697d4eef522db8cd9736463f62e\" for container &ContainerMetadata{Name:lb-port-80,Attempt:0,}"
time="2021-09-20T09:11:10.260892585-07:00" level=info msg="CreateContainer within sandbox \"2cfa37c54e89238b57a7207f520c0e86fdf14697d4eef522db8cd9736463f62e\" for &ContainerMetadata{Name:lb-port-80,Attempt:0,} returns container id \"967186d51a9e3930a8477c7d8a77b8b1bc0b75b72adbede55db29bec951c13e3\""
...
time="2021-09-20T09:11:10.597871508-07:00" level=info msg="CreateContainer within sandbox \"2cfa37c54e89238b57a7207f520c0e86fdf14697d4eef522db8cd9736463f62e\" for container &ContainerMetadata{Name:lb-port-443,Attempt:0,}"
time="2021-09-20T09:11:10.946204147-07:00" level=info msg="shim disconnected" id=967186d51a9e3930a8477c7d8a77b8b1bc0b75b72adbede55db29bec951c13e3
...
time="2021-09-20T09:11:15.296241638-07:00" level=info msg="CreateContainer within sandbox \"2cfa37c54e89238b57a7207f520c0e86fdf14697d4eef522db8cd9736463f62e\" for &ContainerMetadata{Name:lb-port-443,Attempt:0,} returns container id \"ff7c94a1931b60dc87007eef00db1848c027a7352b319c505073f59e0dfcc3ee\""
...
time="2021-09-20T09:11:17.184276875-07:00" level=info msg="CreateContainer within sandbox \"2cfa37c54e89238b57a7207f520c0e86fdf14697d4eef522db8cd9736463f62e\" for container &ContainerMetadata{Name:lb-port-80,Attempt:1,}"
time="2021-09-20T09:11:19.953052966-07:00" level=info msg="shim disconnected" id=ff7c94a1931b60dc87007eef00db1848c027a7352b319c505073f59e0dfcc3ee
Currently, we are building the arm stuff with the amd64 alpine image, and we need a different alpine image for the arm versions: armv6, armv7, arm64 v8
The text was updated successfully, but these errors were encountered:
v1.22.2-rc1+k3s1 does not fully start it on my arm device: raspberry pi kernel
5.4.79-v7l+
The containers
lb-port-80
andlb-port-443
are both failing, both giving the same logs through kubectl and crictl:Checking containerd.log doesn’t show anything useful either:
Currently, we are building the arm stuff with the amd64 alpine image, and we need a different alpine image for the arm versions:
armv6
,armv7
,arm64 v8
The text was updated successfully, but these errors were encountered: