Alexander Matyushentsev
Alexander Matyushentsev
The issue was discussed during the contributors' meeting. We've come up with two proposals: * Implement a new sync option that would allow users to request running hooks even if...
I want to propose another way to fix this: https://github.com/argoproj/argo-cd/pull/18061 The main reason IMHO it is safer. Less code changes and applicable only to `valuesObject`: Another reason is I think...
I suspect 2000 repositories might contribute to controller slowness/high memory usage. I would recommend using shared credentials instead: https://argo-cd.readthedocs.io/en/stable/user-guide/private-repositories/#credential-templates
I suspect this is fixed by https://github.com/argoproj/argo-cd/pull/6294 . The fix is available in https://github.com/argoproj/argo-cd/releases/tag/v2.0.3 . Can you try upgrading please?
Can you check Rollout Extension for Argo CD: https://github.com/argoproj-labs/rollout-extension. It allows to embed Rollout dashboard into Argo CD and re-use Argo CD multi-tenancy features.
Thanks a lot for PR @cehoffman ! Removing conversion will affect PR but probably we can do something about it. E.g. cache converted version as well. Let me please test...
It is really difficult to troubleshoot it remotelly. The controller might be CPU throttled, repo server might need to be scaled up or control plane K8S API server might be...
Created ticket to improve auto-sync button behavior: https://github.com/argoproj/argo-cd/issues/7197
I'm pretty sure we still have auto-reloading. Probably there is an edge case related to whitespace. Trying to reproduce