Closed
Description
Notes
Just the containers that run on worker nodes need to be compiled for ARM:
- Dequeuer - add target os/arch args to dockerfile and run with
docker buildx
. - Enqueuer - add target os/arch args to dockerfile and run with
docker buildx
. - Proxy - add target os/arch args to dockerfile and run with
docker buildx
. - Async gateway - add target os/arch args to dockerfile and run with
docker buildx
. - Fluentbit - run with
docker buildx
. - Node exporter - run with
docker buildx
. - Kube rbac proxy - doesn’t have an arm64 version, but we can build one.
- Kubexit - need to enable the fork to build an arm64 version.