Matteo Ruina

Results 39 comments of Matteo Ruina

This is a good example about how this is used: https://github.com/fluxcd/flagger/blob/main/pkg/canary/daemonset_ready.go#L74

Considering how ArgoCD support retries with backoff, as per https://argo-cd.readthedocs.io/en/stable/operator-manual/application.yaml ``` # The retry feature is available since v1.7 retry: limit: 5 # number of failed sync attempt retries; unlimited...

Good E2E examples: - https://github.com/fluxcd/kustomize-controller/blob/main/.github/workflows/e2e.yaml - https://github.com/argoproj-labs/applicationset/blob/master/.github/workflows/ci-build.yaml - https://github.com/fluxcd/source-controller/blob/main/.github/workflows/e2e.yaml - https://github.com/fluxcd/helm-controller/blob/main/.github/workflows/e2e.yaml

I think we get this out-of-the-box when we migrate to Kubebuilder 3.0 as per https://github.com/Skyscanner/argocd-progressive-rollout/issues/65

See https://github.com/argoproj/argo-cd/issues/7562

What's the difference with https://github.com/Skyscanner/applicationset-progressive-sync/issues/14 ?

Hey @surmabck sorry for the late reply but I missed the notification. I think we will be able to support your use case out-of-the-box. Imagine that you have all your...

> This is what I thought, but couldn't find any documentation to prove it. Yes, there is a lot of work we still need to do here :) We need...

Hello @ottoyiu , I work with Faye and Guy and I'll try to give you some context about why she's submitting this PR. We've been using the controller in production...