EdgeX on ARM platform #329
-
Hi, we are trying to run EdgeX (https://raw.githubusercontent.com/edgexfoundry/edgex-compose/refs/tags/v3.1.0/docker-compose-arm64.yml) on a ARM platform with a RAM memory of (2GB) and emmc of 16GB with a Yocto 4.2 (Kernel - 6.1.22). But when we run the EdgeX some of the services are getting restarted. I am attaching the services which are getting restarted. And also vault log file for reference. Any suggestion how to resolve the issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The root cause is from the secret store (Vault) bootsraping. |
Beta Was this translation helpful? Give feedback.
-
@pradeep-ng may consider running without vault? |
Beta Was this translation helpful? Give feedback.
Hi, thanks... We tried with the "Secret store " which is used in the latest EdgeX code in Git (https://raw.githubusercontent.com/edgexfoundry/edgex-compose/main/docker-compose-arm64.[yml]). And we are able to see the services are running properly. Thanks for the suggestion.