-
Notifications
You must be signed in to change notification settings - Fork 606
Closed
Labels
enhancementNew feature or requestNew feature or requestresearchDetermine technical constraintsDetermine technical constraintstimecappedAssigned a limited amount of timeAssigned a limited amount of time
Milestone
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestresearchDetermine technical constraintsDetermine technical constraintstimecappedAssigned a limited amount of timeAssigned a limited amount of time