Abhishek Malvankar
Abhishek Malvankar
@Sara-KS Can you please try MCAD from the main branch and check if the issue still exists?
The quickest path is to use helm and add a new field to labels as shown below: # Run below command to get openshift userid user_id = `oc whoami` #...
This proposal is for the helm tool that users use to submit app wrappers in the foundational model stack. No changes are needed on the MCAD side for now
@astefanutti @anishasthana @dimakis your thoughts?
Agree, we need to remove unused controllers in MCAD, here is a PR that we can revive: https://github.com/project-codeflare/multi-cluster-app-dispatcher/pull/277
@astefanutti MCAD from the main branch has some remediations around this problem, can you recommend what more could be improved?
@Fiona-Waters do we still see this issue with the main branch?
@astefanutti @dimakis can you please share thoughts on what would be needed to enable status column for AW
Thanks @metalcycling , this is a good start, we need to split this issue into sub-issues and add designs for respective issues that we plan to solve.
Update, The entire dispatch logic of MCAD is now moved to a single thread. Multiple queues inside MCAD have now been reduced to only two queues. This has a positive...