-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot launch new workflow in v.0.18.0 helm chart #1468
Comments
@AndriySidliarskiy Do you have any logs from the controller that can give us a better idea of what is going on? I'm retesting the helm chart locally right now. |
I am having the same issue. The workflow controller logs shows:
This is probably related to #1430:
Those might be left over from a previous install, which means that the new CRDs are not installed. Using Terraform provider |
@chr-b after doing some research, looks like the terraform helm provider and helm have an ongoing issue re: the crds folder. I've created a PR to move the crds folder into the templates folder and match the technique of the other helm charts we manage re: conditionals to install and keep CRDs. /cc @christophercutajar Thank you both for your patience and filing these issues. Once this PR gets merged I'd appreciate a test of your terraform usage to confirm this fixes these issues. If it does not, please re-open them. |
Fixes argoproj#1430 argoproj#1468 Due to multiple instances where new/changed CRDs for argo-workflows do not get installed/updated I believe it is time to move the crds folder into the templates folder like our other helm charts. I'm aware helm 3 is supposed to handle the crds folder but it seems there are a few known issues currently [here](hashicorp/terraform-provider-helm#944), [here](helm/helm#11321) and [here](helm/helm#11330) that show that may still need some work. Signed-off-by: jmeridth <jmeridth@gmail.com>
Fixes #1430 #1468 Due to multiple instances where new/changed CRDs for argo-workflows do not get installed/updated I believe it is time to move the crds folder into the templates folder like our other helm charts. I'm aware helm 3 is supposed to handle the crds folder but it seems there are a few known issues currently [here](hashicorp/terraform-provider-helm#944), [here](helm/helm#11321) and [here](helm/helm#11330) that show that may still need some work. Signed-off-by: jmeridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>
#1472 merged. Closing this. If you get latest chart 0.19.0 and still experience this issue, please reopen this issue. Cheers. |
Thanks @jmeridth, the issue is fixed with chart |
Describe the bug
Submit new workflow but nothing doing. In controller logs get request is doing but controller have Liveness probe failed: HTTP probe failed with statuscode: 500 and workflow not launching. Can you help or solve this please .
Related helm chart
argo-workflows
Helm chart version
0.18.0
To Reproduce
Expected behavior
Run new workflow
Screenshots
Additional context
UPD: Solve this problem when redeploy helm chart but update to new version not working
The text was updated successfully, but these errors were encountered: