Dejan Zele Pejchev

Results 16 comments of Dejan Zele Pejchev

@TheBrunoLopes Yes, and it is also related with good Golang practices. If we pass the context everywhere and handle it correctly (ie. listening for `ctx.Done()`), then we could gracefully shutdown/terminate...

My recomendation for running lint pass would be to use [golangci-lint](https://github.com/golangci/golangci-lint) - My recomendation would be to use the following linters in Armada: * [gofumpt](https://github.com/mvdan/gofumpt) - linter on common Golang...

Executor already has metrics on which resources are available (gpu, ephemeral-storage). Improve Executor logs to log gpu and ephemeral storage availability

Compute the values the Armada server currently uses for allocation from the fields added in 1356. Once this change is made, several of the fields in the proto message are...

This is finally implemented with this PR: https://github.com/kubeshop/testkube/pull/2445

@kannon92 most probably the backoffice side of Preemption will get completely redesigned soon, so current diagrams won't be relevant, but the client-facing interface will remain the same. I plan on...

Hey @tenzen-y, Are you still working on this KEP? I just finished graduation of the PodReplacementPolicy to Beta and I have capacity to take on additional work if you don't...

As discussed with @kannon92, I will be taking over this KEP. /assign dejanzele

Hello Argo community :) I am fairly familiar with ArgoCD codebase and API, and I'd happily try to repay you for building such an awesome project by trying to have...