-
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
ArgoCD stuck in waiting for completion of hook batch/Job/argocd-redis-secret-init
#2887
Comments
It's related argoproj/argo-cd#6880 ? |
Yes, and it was allegedly fixed in the following pull request. I was advised to reopen the ticket. |
I would like to also confirm that I have this issue, using Kind. I have not yet installed this in my OpenShift or Vanilla cluster, but was able to successfully install ArgoCD a month ago in OpenShift, using the operator. I am trying to install via the Helm chart, with minimal modifications to the values file. In the past I've had no issues with my present values. |
Hello, I have got the same situation in an Argo of Argos architecture. The managed argos get stuck: I am using Helm Version 7.4.4, which has already implemented the fix argoproj/argo-cd#6880. but apparently did not fixed for all cases.. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale, still happening |
same issue for me |
I finally switched to use Kustomize and worked properly since... |
issue for me istio-proxy was injected to job, so i disabled it and it worked. |
I solved it removing the secret |
Describe the bug
Ref: #2861
I still face the same issues even on Helm charts >= v7.4.1. My ArgoCD deployed on Fargate is managing itself after bootstrap. Tested in clean EKS (v1.30). Attaching
values.yaml
for reference.Details
Perhaps the
ttlSecondsAfterFinished
should be configurable?Related helm chart
argo-cd
Helm chart version
7.4.1
To Reproduce
Expected behavior
Clean sync.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: