paralus / helm-charts

Helm charts for Paralus
https://www.paralus.io/
12 stars 15 forks source link

Paralus Helm isnt fully compatible with ARM #103

Open sogusogu opened 6 months ago

sogusogu commented 6 months ago

Expected vs actual behavior

[EXPECTED] Paralus succesfully deploy on arm [ACTUAL BEHAVIOUR] modules fail to deploy due to their arch not supported for arm

Steps to reproduce the bug

  1. deploy paralus as in documentation on any arm kubernetes

Are you using the latest version of the project?

yes

What is your environment setup? Please tell us your cloud provider, operating system, and include the output of kubectl version --output=yaml and helm version. Any other information that you have, eg. logs and custom values, is highly appreciated!

EKS on AWS

(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here

The Third party services for example contour uses old images. not only contour everything else uses very old images. newer images of theses services contain the arm arch. updating image tags of all these services will make paralus fully compatible for arm.

aswath-betaflux commented 6 months ago

Same Ask, the kratos / migrate DB says exec error, when tried to implement in ARM based processor.

niravparikh05 commented 6 months ago

@sogusogu thanks for reporting this ! Due to lack of bandwidth, we will prioritise this in upcoming releases, if this is a priority / blocker for you, feel free to contribute and we will fast track the review process and target it with current release.

nlamirault commented 1 month ago

i think it comes from the Docker image which have the Kratos amd64 binary: https://github.com/paralus/paralus/issues/351