Anton Gilgur
Anton Gilgur
Discussed in [today's Contributor Meeting](https://docs.google.com/document/d/1tznN5LB-KrNkC6dmeIzpKfuyvZWgCJpRuS-E84zseC8/edit#heading=h.shpizyln62nu). The storage concern that I brought up [earlier](https://github.com/argoproj/argo-workflows/pull/12503#pullrequestreview-2004004741) was still relevant, especially as we've had more users recently reporting etcd getting full (particularly on managed...
Jotting another note here: I did try [`argo submit`](https://argoproj.github.io/argo-workflows/cli/argo_submit/)'s `--dry-run` flag, but that doesn't template out the `parameters`, it just outputs the `Workflow` that will be passed to the Argo...
> @agilgur5 - would you be open to adapting this issue into [a short enhancement proposal PR](https://github.com/argoproj/argo-workflows/blob/9229989deaf5a54831aa500b0375a607fd3e000b/.github/ISSUE_TEMPLATE/enhancement_proposal.md#L4)? We can then ensure other maintainers give feedback on this. I think you...
Please make sure CI passes. The docs build is [still failing](https://github.com/argoproj/argo-workflows/actions/runs/7434206363/job/20228125600?pr=12400) as you'll need to update [`.spelling`](https://github.com/argoproj/argo-workflows/blob/93914261cff4216561c89c1f5f6123e7ad0d5f61/.spelling) with `ConfigMap` and `ConfigMaps`.
CI is still failing on [missing DCO](https://github.com/argoproj/argo-workflows/pull/12400/checks?check_run_id=20674359667). Again, please make sure CI passes.
Superseded / Replaced by #12622
> ```yaml > spec: > onExit: exit_handler > ``` I'm pretty sure this should be: ```yaml spec: workflowSpec: onExit: exit_handler ``` The `CronWorkflow` itself has no `onExit` field, the Workflow...
@shmruin sorry I missed your ping, just stumbled upon it. I didn't touch this specific code, but it originates from the feature that added parameters for `suspend` templates: #8472. Per...
> This needs to be addressed in the README It's already in the [Full CRD README](https://github.com/argoproj/argo-workflows/blob/v3.5.8/manifests/base/crds/full/README.md) and has been for years -- the full CRDs are generally too large and...
There appear to be a few bugs with resubmit not resetting things in general: #12195 is another case unrelated to metrics