Alex Collins

Results 470 comments of Alex Collins

@dseapy you know the code I think? Would you like to submit a PR? You could use a `WaitGroup`, or see if there's a better way to do this? https://github.com/argoproj/pkg/blob/master/s3/s3.go#L175

This is not a popular proposal, so I don't think the core team will implement this soon. If you're looking for something popular to work on, you can find issues...

For this feature, I think we should make it opt in for the namespace. I.e. the namespace should be labelled with something like `workflows.argoproj.io/ui: Allow` for them to appear in...

This will require a new `ListNamespaces` endpoint.

@shbfy would you like to have a go at updating the docs with the information you think is missing?

I'm unable to reproduce. I've run the workflows on Docker Desktop attached to this issue. I've also run this workflow: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: oom-kill- spec: entrypoint:...

To fix this, modify this block of code From: https://github.com/argoproj/argo-workflows/blob/621b0d1a8e09634666ebe403ee7b8fc29db1dc4e/workflow/controller/operator.go#L559 To: ```golang for _, param := range executionParameters.Parameters { if param.ValueFrom != nil && param.ValueFrom.ConfigMapKeyRef != nil { cmValue, err...

@simox-83 @tvalasek @Evalle would you like to submit fix please?

I think you're right about deleting finalizers in the e2e tests. I need to look at something else, can I pass this back to you?