Anton Gilgur

Results 284 comments of Anton Gilgur

That rationale makes more sense -- you didn't mention the `container` portion in your descriptions or titles initially. I've modified the title to make that clear. Otherwise, see my comment...

@Garett-MacGowan would you be interested in taking over this PR? This seems to need more refactoring than I anticipated (given the failing tests) and I know you've worked with some...

Can you retrieve the submitted Workflow and show it here? I'm wondering if this is WorkflowTemplate specific, e.g. a bad merge or something. We should be able to tell if...

> ```yaml > artifactRepositoryRef: > artifactRepository: > archiveLogs: true > s3: > accessKeySecret: > key: accesskey > name: my-minio-cred > bucket: my-bucket > endpoint: minio:9000 > insecure: true > secretKeySecret:...

Can you try with a plain Workflow (not via WorkflowTemplate) so that we can confirm it's due to WorkflowTemplate usage? If a plain Workflow also doesn't work, then it would...

Ok so unrelated to WorkflowTemplates then, just an `archiveLocation` merge. That simplifies things, thanks for confirming with details etc! Could you also confirm for #12716? I'm pretty sure that one...

Hmm per the [archive logs docs table](https://argo-workflows.readthedocs.io/en/release-3.5/configure-archive-logs/), this is apparently intentional, the overriding is flipped. That seems like strange overriding to me (most specific overriding least specific makes sense), but...

#12196 is only when the Workflow is terminated, but the scenario as written does not terminate the Workflow. I think we may want to extend similar logic for deleting `Pending`...

I see the UI logic for pod names has diverged a bit -- #7605 added a `templateName !== ''` check to the UI but not the back-end (and the conditional...