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
- 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.
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
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=yamlandhelm 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.