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

Couldn't install Litmus on Arm Macos with mongodb issue #4361

Open
nkguoym opened this issue Dec 25, 2023 · 3 comments
Open

Couldn't install Litmus on Arm Macos with mongodb issue #4361

nkguoym opened this issue Dec 25, 2023 · 3 comments

Comments

@nkguoym
Copy link

nkguoym commented Dec 25, 2023

Question

Install litmus this way with customized mongo, because using the M1 Mac.
docker.io/library/mongo:latest has the arm64 version mongdb image.

 helm install chaos litmuschaos/litmus --namespace=litmus \
--set mongodb.image.registry=docker.io \
--set mongodb.image.repository=library/mongo \
--set mongodb.image.tag=latest

but got this error

/scripts/setup.sh: line 3: /opt/bitnami/scripts/mongodb-env.sh: No such file or directory
/scripts/setup.sh: line 4: /opt/bitnami/scripts/libfs.sh: No such file or directory
/scripts/setup.sh: line 5: /opt/bitnami/scripts/liblog.sh: No such file or directory
/scripts/setup.sh: line 6: /opt/bitnami/scripts/libvalidations.sh: No such file or directory
/scripts/setup.sh: line 8: is_empty_value: command not found
/scripts/setup.sh: line 12: info: command not found
/scripts/setup.sh: line 13: info: command not found
/scripts/setup.sh: line 19: is_dir_empty: command not found
/scripts/setup.sh: line 28: is_empty_value: command not found
/scripts/setup.sh: line 31: is_empty_value: command not found
/scripts/setup.sh: line 32: info: command not found
/scripts/setup.sh: line 59: /opt/bitnami/scripts/mongodb/entrypoint.sh: No such file or directory

Could you help point me on how to solve this problem?

@namkyu1999
Copy link
Member

Hi @nkguoym ,
Checkout readme.md

https://github.com/litmuschaos/litmus-helm

@Saranya-jena
Copy link
Contributor

Hi @nkguoym , Can you let us know if the issue is resolved?

@nikhilsethi31
Copy link

I think this issue is still present , I was also trying to install chaoscenter on my setup and got this issue , the readiness probe was failing and I got the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants