-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 stops syncing/stuck refreshing #18011
Comments
I see the same problem here with |
tagging @ishitasequeira from #15036 |
We've identified that this is not an ArgoCD issue. In our case, we switched to AWS VPC CNI network policies: https://docs.aws.amazon.com/eks/latest/userguide/cni-network-policy.html This was fixed by disabling network policies feature. If you have the same setup, do not simply disable it! We've discovered that we cannot simply rollback as that causes the network pods to crash. Disabling will require rolling your clusters nodes. We don't know the root case but this network policies feature also caused a number of connectivity issues other apps of ours. Just wanted to close this since outside ArgoCD's scope. |
thanks @xamroc @haooliveira84: if you aren't using AWS VPC CNI, please open a new ticket w/ your details. |
Checklist:
argocd version
.Describe the bug
Hi All,
We're also facing the same issue mentioned here: #11458. I opened a new issue as requested by @jsoref
To debug this, we ran an experimental ArgoCD with:
From time to time, ArgoCD stops syncing (refreshes looping infinitely) a couple hours at a time. Observations we've made:
argocd_repo_pending_request_total
metric shows a higher value during these times for a singlerepo-server
.repo server
has stuck processes (refer to Logs).ps
but sticks around during high pending request.To Reproduce
Expected behavior
ArgoCD should not get stuck refreshing.
Screenshots
Version
Logs
No logs but these processes get stuck during high pending requests.
The text was updated successfully, but these errors were encountered: