-
Notifications
You must be signed in to change notification settings - Fork 98
Adding the application Flower #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree company="Indian Institute of Science" |
Converted to a draft since this is still a WIP. When ready for review just mark as 'Ready for Review' and add me as a reviewer :) |
Added onboarding assessment.
Handle traces/metrics file not found errors
Fix the issue of getting log of the workload pod
…remotely; fix vLLM agent parameter assignment; align max_tokens default in SimulationRequest with vLLM agent
Oracle polls pod status for 1 minute to handle k8s restart policy
… service port to 1818
Fixes for baseline agents
Add AIOpsLab agent implementations and enhancements
@adityapgupta Is this still a draft? |
This is almost complete, I just need to add the readmes and see if I can work around the sleep issue. I have fast forwarded the aiopslab-applications change too. I will remove it from draft as soon as I am done with this |
Hey @HacksonClark , I have removed the use of sleeps in the fault injection (sorry for the delay). Need to make a few small changes now, would appreciate ur advice here:
|
|
|
Yeah, flower is kind of its own thing. |
I have added a check for docker problems by including a new field in registry. However I think its better that some k8s cluster runs in the background to prevent the code from breaking at multiple points. Its anyway the first part of the setup guide, so I expect users would do it. That wraps up everything I wanted to add. Please go through it once and let me know if there is something you want me to change. |
Current progress for adding Flower to AIOpsLab using a k8s cluster