Alexander Matyushentsev

Results 90 comments of Alexander Matyushentsev

Argo CD uses repo URL as a name if the name is not specified explicitly. Looks like Helm v3.8.1 introduced name validation and no longer accept `/`: https://github.com/helm/helm/pull/10462#issuecomment-1064476365 We might...

Hello @MeNsaaH , replacing option sounds reasonable. Please go ahead with the PR!

I agree that Argo CD needs better support for the multi-cluster scenario. It would be very difficult to add this feature into Application CRD. I think instead it makes sense...

Thank you for bringing this up @empath-nirvana ! Yeah, main concern was how this change might affect performance. Adding a feature flag is a good compromise.

@chetan-rns can you please allow conditionally disable analyzing cluster level resource children to mitigate performance degradation?

I can reliable reproduce a similar issues with replicaset using the rollout + template below. Getting the following error: ``` ERRO[2021-08-25T12:46:30-07:00] roCtx.reconcile err Operation cannot be fulfilled on replicasets.apps "rollout-analysis-step-6d9cf96448":...

https://github.com/argoproj/argo-cd/issues/3928 might be a root cause. Sync might stuck because Argo CD cannot delete pod with foreground deletion

Discovered a terrible bug in sync retry implement. Multi-phase sync (sync that has hooks or sync waves) stuck after failure if retry is enabled (it enabled by default for auto-sync)....

As soon as https://github.com/argoproj/argo-cd/pull/5017 is merged will cherry-pick it into both v1.8 and v1.7 .