Skip to content
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

Closed
jayanthvn opened this issue Jun 24, 2020 · 4 comments
Closed

Star policy demo missing arm64 support #3717

jayanthvn opened this issue Jun 24, 2020 · 4 comments

Comments

@jayanthvn
Copy link

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

@fasaxc
Copy link
Member

fasaxc commented Jul 1, 2020

ARM64 is community-supported; not sure if @deitch (the original contributor) has any bandwidth for fixing up the demos.

@deitch
Copy link
Contributor

deitch commented Jul 1, 2020

Hi @fasaxc ; always nice to see you online. 😀

I won't have for the next several weeks at least.

@vielmetti
Copy link

"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.

@frozenprocess
Copy link
Collaborator

frozenprocess commented Sep 9, 2020

I've created a multiarch image for star project.
It supports both aarch64 and amd64.

rezareza/star-collect:v0.1.1
rezareza/star-probe:v0.1.1

star-probe
star-collect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants