-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Star policy demo missing arm64 support #3717
Comments
ARM64 is community-supported; not sure if @deitch (the original contributor) has any bandwidth for fixing up the demos. |
Hi @fasaxc ; always nice to see you online. 😀 I won't have for the next several weeks at least. |
"Exec format error" is a typical error message when a container doesn't have multi-architecture support. Your challenge is to figure out which container is being run, and see if either the container's build process can be fixed to provide a multi-architecture manifest, or if the configuration file can be adjusted to pull from a suitable alternate that has support. I'll look upstream. |
I've created a multiarch image for star project.
|
Expected Behavior
Should be able to deploy calico on arm64 instances.
Current Behavior
Customer is trying star policy demo on arm64 instances and seeing the below error -
$ kubectl logs -n management-ui management-ui-p2jbw standard_init_linux.go:211: exec user process caused "exec format error"
Possible Solution
Config change might be needed as suggested by the submitter.
Context
Customer is unable to try the demo on arm64 instances
Your Environment
Please refer to aws/amazon-vpc-cni-k8s#1047
The text was updated successfully, but these errors were encountered: