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

Unable to start argo on ampere (arm) cluster #7914

Closed
thedewpoint opened this issue Dec 13, 2021 · 2 comments
Closed

Unable to start argo on ampere (arm) cluster #7914

thedewpoint opened this issue Dec 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@thedewpoint
Copy link

thedewpoint commented Dec 13, 2021

I have done a fresh install of k3s on an Oracle ampere 4 core vm. This is an ARM architecture. Upon installing argo the application-controller, the dex-server, repo-server, and server all get stuck in a crashbackoffloop. Many have this error in the logs

standard_init_linux.go:228: exec user process caused: exec format error

Some googling shows that this is related to using the wrong docker image for the architecture, but I'm unsure what to do to get this to install properly. Searching through the issues on this github has told me that arm is supported but I don't see any special instructions for installing on it.

ubuntu@instance-20211211-151:~$ uname -m
aarch64
@thedewpoint thedewpoint added the bug Something isn't working label Dec 13, 2021
@jannfis
Copy link
Member

jannfis commented Dec 13, 2021

We don't support arm64 (or other architectures than x86_64) yet.

There is some ongoing efforts to make this possible:

#7035
#6366
#4211

Closing this.

@jannfis jannfis closed this as completed Dec 13, 2021
@fdelucchijr
Copy link

We don't support arm64 (or other architectures than x86_64) yet.

There is some ongoing efforts to make this possible:

#7035 #6366 #4211

Closing this.

This is a weird issue. The last week I run ArgoCD in one Amphere Cluster without problems. Yesterday in the night I’ve tried to run with same helm chart parameters but getting the same @thedewpoint error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants