stackanetes / kubernetes-entrypoint

Used as a container entrypoint, it will wait for specified k8s dependencies, create files based on ConfigMaps, and much more - before running a given command.
Apache License 2.0
50 stars 18 forks source link

Provide ARM64 binary #28

Open hrw opened 7 years ago

hrw commented 7 years ago

At Linaro we are working on getting Kubernetes running on ARM64 servers and use Kolla to build images for it. But lack of kubernetes-entrypoint binary for aarch64 makes it complicated.

We may help with getting it built.

PiotrProkop commented 6 years ago

Hi, It took a while but we have support for ARM64 here: https://github.com/stackanetes/kubernetes-entrypoint/pull/30