Alex Collins

Results 470 comments of Alex Collins

You can now print all tasks by running `CI=1 kit ...` or `kit -l DEBUG ...`.

I've managed to find a way to balance dumping logs to the console AND showing the current status of each task. IMHO this is superior to Taskfile, but has taken...

Steal code from here: https://github.com/kubectl-logz/kubectl-logz/tree/main

Just hacked a PoC together. UI needs the following - Endpoint to load the UI. - Endpoints to get initial state. - Endpoint to get a stream of events to...

What features does mprocs have compared to Kit?

Good on for community contribution.

This is not possible when submiting a `Workflow` directly, because the name must be know at submission time. But what about `WorkflowTemplate`? We could do something like this: ```yaml kind:...

#9238 tells why this happens. It occurs here: https://github.com/argoproj/argo-workflows/blob/67bcdb5e6da76a5f3dfb0fe71a16cf086e7ea26a/workflow/controller/workflowpod.go#L464 Essentially, there are two pods saying they’re running the work for the same node. This func could be simplified to `return...