Alan Clucas

Results 249 comments of Alan Clucas

@agilgur5 I agree, I'll investigate and do a fix for this. I don't think blindly moving the deferred Remove upwards before the attempted Admit would be correct, but somehow we...

I have been unable to reproduce this in a simple setup with the current tip of main or on v3.5.3. I have set `parallelism` to 3, and with or without...

The workflows in `workflows.argoproj.io/completed=false` seem potentially attributable to #12284. I'm still not ruling out #12198 though. @marko-ark - could you get the controller logs filtered by a workflow that's in...

@Garett-MacGowan, Task Results Completion Status is new in #12402, and from a naive look at the code what @marko-ark is describing shouldn't be happening or possible. Are you aware of...

Neither your workflow nor template have `{{ workflow.failures.message }}` in them as you've pasted them in here. To be clear `{{ workflow.failures.message }}` should not work either, workflows doesn't work...

You can do this with `workflowTemplateRef`. If you create the content of your workflow as a workflow template then your cron jobs will just trigger this. [This](https://github.com/argoproj/argo-workflows/blob/main/examples/dag-inline-cronworkflow.yaml) example shows how...

`tasks..outputs.parameters` is documented as: When the previous task uses withItems or withParams, this contains a JSON array of the output parameter maps of each invocation So what you're trying here...

@sstaley-hioscar, could you verify what you see in the wait container logs from one of these runs confirms it is using workflowtaskresults, and that the controller itself has appropriate RBAC...

> > It looks like it's using the wrong version. I'll look into that. > > @sstaley-hioscar This is the root cause, because wait container with version `v3.4.8` does not...