Dejan Zele Pejchev
Dejan Zele Pejchev
## Pull request description ## Checklist (choose whats happened) - [ ] breaking change! (describe) - [ ] tested locally - [ ] tested on cluster - [ ] added...
## Pull request description Add User-Agent header when using CLI to send requests to API. ## Checklist (choose whats happened) - [ ] breaking change! (describe) - [ ] tested...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Ports the in-tree NodeUnschedulable plugin #### Which issue(s) this PR fixes:...
### What changes were proposed in this pull request? - Remove previous checks in `SparkSubmit` that restricted use of external managers to specific master URLs. - Add new configuration field...
## Pull request description Add support for handling canceled workflow executions. Update status tracking for canceled runs. Emit canceled event for old architecture. Improve aborted vs canceled error messages. ##...
Fixes # #### Special notes for your reviewer:
## Pull request description - Fix bug where services exiting with non-zero code were incorrectly reported as passed - Refactor monolithic `Run()` into `ServicesExecutor` and `ServiceRunner` components - Add unit...
#### What type of PR is this? Feature which adds OIDC refresh token caching in armadactl. #### What this PR does / why we need it: Adds token caching for...
#### What type of PR is this? Enhancement #### What this PR does / why we need it Previously, when the scheduler hit its timeout during the scheduling cycle, it...
Armada should also support submitting ConfigMaps and enable sharing them between (gang) jobs. Implementation would be simple and straightforward, starting from adding support for it in the `JobSubmitRequestItem` in the...