You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: