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

Error in Galaxy-helm installation #457

Open
DuttaAnik opened this issue Feb 26, 2024 · 2 comments
Open

Error in Galaxy-helm installation #457

DuttaAnik opened this issue Feb 26, 2024 · 2 comments

Comments

@DuttaAnik
Copy link

Hello,

I am trying to install the galaxy-helm chart and then deploy it in Kubernetes cluster but facing some problems. I followed what is written on the repository to install.

I am getting the following error while installing the charts on my local computer:

helm install --create-namespace -n galaxy my-galaxy . --set persistence.accessMode="ReadWriteOnce" --kube-context rdloc

Error: INSTALLATION FAILED: create: failed to create: secrets "sh.helm.release.v1.my-galaxy.v1" is forbidden: unable to create new content in namespace galaxy because it is being terminated

Previously, I installed the charts and pods were appearing in the Kubernetes cluster. But the pods were not ready to run and then the installation failed without any concrete error message.

Also, I tried the following but encountered the error:

 helm install my-galaxy-release cloudve/galaxy

Error: INSTALLATION FAILED: failed post-install: 1 error occurred:
        * timed out waiting for the condition

Can you please provide a solution to this problem?

@nuwang
Copy link
Member

nuwang commented Feb 26, 2024

Judging by the error: "unable to create new content in namespace galaxy because it is being terminated", it looks like your original namespace was deleted, but the deletion is not complete (probably hanging on finalizers). Try installing the chart in a new namespace.

@DuttaAnik
Copy link
Author

Ok, thank you for the reply. It worked.

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

2 participants