kubeedge / kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)
https://kubeedge.io
Apache License 2.0
6.69k stars 1.71k forks source link

Kubeedge support OpenWrt system #5565

Open JiaweiGithub opened 5 months ago

JiaweiGithub commented 5 months ago

What would you like to be added/modified: I installed this system on the Raspberry Pi. It can run docker containers, but keadm cannot run. image The reason should be that openwrt uses musl to implement libc. Unable to successfully link with the release using the Linux standard link.It may be necessary to reproduce the compilation, but I don't know how to do it. I hope can get some help.

Why is this needed: We have met the needs of customers who want to run kubeedge on the openwrt system

SKD-SKD commented 3 months ago

it can be cross-compiled and linked statically using GO build, providing GO with the correct architecture