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

Memory,cpu,connections leak with deleted clusters #21213

Open
andreineustroev opened this issue Dec 17, 2024 · 1 comment
Open

Memory,cpu,connections leak with deleted clusters #21213

andreineustroev opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working component:application-controller version:EOL Latest confirmed affected version has reached EOL

Comments

@andreineustroev
Copy link

Describe the bug

When create and delete some amount of clusters (5-10) with apps (~50) we have a memory and cpu leak (up to 8 core, 16Gb). Argo try to connect to deleted clusters and spend a lot of resources on it. It affect reconcile process for alive clusters. For now it's a problem of test environment, where we create and delete a lot of k8s clusters.

Workaround - recreate argo controller pod.

To Reproduce

Create 10 clusters
Delete 10 clusters
Repeat

Expected behavior

Argo delete cluster and free all connected resources correct.

Version

argocd: v2.10.17+6e33cba
  BuildDate: 2024-09-26T06:42:35Z
  GitCommit: 6e33cba80e65f7f60f1a1e8f677a6e2dce315368
  GitTreeState: clean
  GoVersion: go1.21.10
  Compiler: gc
  Platform: linux/amd64

Logs

Nothing special in logs
argo-flame

@andreineustroev andreineustroev added the bug Something isn't working label Dec 17, 2024
@rumstead
Copy link
Member

@andreineustroev have you tried with a newer version of Argo CD? 2.10 is no longer supported.

@andrii-korotkov-verkada andrii-korotkov-verkada added version:EOL Latest confirmed affected version has reached EOL component:application-controller labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:application-controller version:EOL Latest confirmed affected version has reached EOL
Projects
None yet
Development

No branches or pull requests

3 participants