We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Team, I currently do not see multi-arch image being provided for aws-cloud-map-mcs-controller-for-k8s. The latest image aws-cloud-map-mcs-controller-for-k8s:c55daf6c38be230ee31975dccc6bbc57c5545de7 is only for linux/x86_64 platform. Is there any plan to provide multi-arch image with arm64 as well as x86_64 platform support to run in Graviton based Kubernetes nodes?
The text was updated successfully, but these errors were encountered:
Hello Santosh - We can keep this ticket open and work on the future based on the prioritization.
Meanwhile I can recommend building the arm64 based docker on your own.
Steps:
v0.3.1
GOARCH=arm64
docker build --platform linux/arm64 --no-cache -t controller-arm64:latest .
We have not tested the controller with arch arm64, so please do let us know if you run into any issues.
Sorry, something went wrong.
Can confirm that building arm target with the steps above works and the services register successfully
No branches or pull requests
Hello Team,
I currently do not see multi-arch image being provided for aws-cloud-map-mcs-controller-for-k8s. The latest image aws-cloud-map-mcs-controller-for-k8s:c55daf6c38be230ee31975dccc6bbc57c5545de7 is only for linux/x86_64 platform. Is there any plan to provide multi-arch image with arm64 as well as x86_64 platform support to run in Graviton based Kubernetes nodes?
The text was updated successfully, but these errors were encountered: