Alex Collins
Alex Collins
We could always do with more reviewers! If you’ve submitted some PRs, and maybe done a few reviewers, you can self-nominate by submitting a PR adding yourself to the CODEOWNERS...
We do this for workflows and events. Copy-and-paste this: https://github.com/argoproj/argo-workflows/blob/master/.github/workflows/dependabot-reviewer.yml
The `functional` test suite is hitting is 20m limit. 20m is a long time for a test suite to run because it means that the engineer does not have fast...
Because: * `LOG_LEVEL=debug` in `Makefile` when it could be `LOG_LEVEL=info` * `LEADER_ELECTION_IDENTITY=local` in `Procfile` when it could be `LEADER_ELECTION_DISABLE=true`
# Summary Run workflows across multiple clusters. # Motivation So you only need to run one Argo Workflows installation. So you can run a workflow that has nodes in different...
See artifact_gc.go, controller.go, operator.go in #8530. The PoC is rather rough, and more work is expected.
I've a lot of documentation where the heading are a mixture of the following: * Sentance-case * Title-case * Mixture (e.g. "About Settings and Config") Like genders in German, it...
It seems you cannot do arrays?
https://github.com/integration-system/bellows looks most up to date.