Matteo Ruina

Results 39 comments of Matteo Ruina

Hey @christianh814 , we found the same issue and decided to build a controller around that: https://github.com/Skyscanner/argocd-progressive-rollout You basically define in your CRD _how_ you want to update your generated...

Hey @ghostsquad, on our side (github.com/skyscanner/applicationset-progressive-sync) we've been doing some progress but for Q4 2021 we had to pause the project. We hope we will be able to resume it...

Hey, just to confirm I checked with out legal department and there are no blockers for us working in a different Github organization. We still have the requirements to add...

> Question: > > Instead of invoking the command, have you considered using the `"argocd.argoproj.io/refresh"` annotation? > > [maruina/argocd-progressive-rollout-controller@`5c4ce8f`/controllers/progressiverollout_controller.go#L230](https://github.com/maruina/argocd-progressive-rollout-controller/blob/5c4ce8f6e8abc44b5edcba3385598d4a206978b0/controllers/progressiverollout_controller.go#L230) > > ``` > func (r *ProgressiveRolloutReconciler) syncApp(app string) error {...

> Questions / Could you also point out in the readme: > > * Which resources this controller watches apart from the ProgressiveRollout resource ? (Application, Secret?) > > *...

Thanks for having a look. I updated the README. I was having a look at https://github.com/argoproj/argo-cd/blob/master/common/common.go#L121 and I wonder if with the annotation we can replicate the behaviour of `sync...

A couple of notes that came up during a slack conversation: - the controller doesn't watch the ApplicatioSet because every change to the AppSet will be reflected with a change...

Hey @sbose78, I'm planning to start working on this next week. Is there anything I can help you with on my side? Otherwise I will start with a repository under...

Regarding integrating it with Argo Rollout, I'm not 100% sure. From my understanding, it seems the two projects have different goals: - Argo Rollout helps you deploying your application inside...

Hi all, we're starting to work on the controller this week at https://github.com/Skyscanner/argocd-progressive-rollout