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
...but this isn't going to be easy. The udp backend needs CGO which means a full cross-compiling C environment is needed. kube-cross provides this but it produces binaries linked against glibc which won't run on alpine unless glibc packages are installed. And glibc for alpine is only (easily) available for amd64.
I wasn't able to get kube-cross to link against musl libc and I wasn't able to make an alpine/musl based cross compiling build container.
alpine has packages for iptables (https://pkgs.alpinelinux.org/packages?name=iptables&branch=&repo=&arch=&maintainer=)
Hopefully there are also apine base images for all platforms - e.g. https://hub.docker.com/r/arm32v6/alpine/
The text was updated successfully, but these errors were encountered: