-
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 Becomes Unresponsive and Frequently Disconnects from the Cluster When Kyverno is Installed (Same or Different Cluster) #20977
Comments
@andrii-korotkov-verkada please note that argocD version is v2.11.2 (I updated the description) |
Can you share some logs, like for "Reconciliation Completed"? |
What is your Kyverno version? Could be this? |
Hi guys Here a screenshot about an ArgoCD App conditions while connectivity is lost @andrii-korotkov-verkada actually the reconciliation doesn't happen because ArgoCD looses connection to the K8s cluster. We are 100% sure that there is no connectivity issues for following reasons:
@LS80 as you can see in the description, we use Kyverno v1.12.5. I read that issue already and to avoid it we introduced the reports-server and excluded Kyverno ClusterPolicyReport, PolicyReport, EphemeralReport CRDs in ArgoCD configuration (as already reported in the description). |
These logs indicate to me that ArgoCD can't query URL from Kyverno. Do you have logs on Kyverno side, like whether there's some permission denied or rate limiting happening? |
@andrii-korotkov-verkada thanks for your message. |
I was referring to get cluster info error for the cluster. Maybe I misunderstood. Can you try querying the url normally with Kyverno being there and see what happens? |
@andrii-korotkov-verkada actually here is where it becomes weird :| |
argoCD version: v2.11.2+25f7504
kyverno version: 1.12.5
Checklist:
argocd version
.Describe the bug
When Kyverno is deployed on the Kubernetes cluster alongside ArgoCD (or in a separate cluster), ArgoCD becomes significantly slower and eventually disconnects from the k8s cluster. This issue affects the overall performance and usability of ArgoCD, causing interruptions in the continuous deployment process.
We set up ArgoCD following the official documentation and incorporated best practices outlined in the ArgoCD user notes. Additionally:
To Reproduce
Expected behavior
ArgoCD should remain stable and perform efficiently, even when Kyverno is deployed on the same cluster. Both tools should coexist without negatively impacting each other.
Screenshots
Version
Logs
Related links:
ArgoCD configuration with kyverno
The text was updated successfully, but these errors were encountered: