Abhishek Malvankar
Abhishek Malvankar
I don't think changing the spec of the object is a good solution. I guess we can open ADR for this to be implemented.
If the pod is stuck in the terminating state then I suspect it is waiting on some finalizer. a real fix could be that MCAD should not re-queue until the...
We can try to move ADRs quickly. Here is the link to ADR template, let try to keep ADR short with details about final design: https://github.com/project-codeflare/adr/blob/main/PCF-ADR-0000-template.md do we have a...
@eranra Can you open up an ADR for this PR, please? CC: @dimakis @anishasthana @astefanutti
update, with recent PR merges we believe this issue has been fixed, re-running the experiment would confirm the same.
This logic has degenerated now to a no-op, there are snippets of the code that need to be cleaned up inside the MCAD code base.
new backoff implementation opens the possibility for plugging custom schedulingtimer logic
@anishasthana @astefanutti Can you please help us to mandate `custompodresources` stanza that can help us further simplify resource discovery logic in MCAD
@Sara-KS Thanks for reporting, can you share your AWs for both the examples please?
@Sara-KS can you add mcad label under below level inside generictemplate: ``` generictemplate: apiVersion: batch/v1 kind: Job metadata: namespace: mcad-testing-prod name: mcad-testing-prodaw-schd-spec-with-timeout-101 # labels: # appwrapper.mcad.ibm.com: mcad-testing-prodaw-schd-spec-with-timeout-101 spec: parallelism: 1...