-
Notifications
You must be signed in to change notification settings - Fork 301
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
Separate agent from pyflyte serve #2019
Separate agent from pyflyte serve #2019
Conversation
Signed-off-by: Chao-Heng Lee <[email protected]>
Signed-off-by: Chao-Heng Lee <[email protected]>
Signed-off-by: Chao-Heng Lee <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2019 +/- ##
=======================================
Coverage 86.22% 86.22%
=======================================
Files 320 320
Lines 23531 23531
Branches 3464 3464
=======================================
Hits 20289 20289
Misses 2650 2650
Partials 592 592 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Chao-Heng Lee <[email protected]>
Signed-off-by: Future Outlier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @kumare3 it's ok to merge it, right? People just need to update the entrypoint in their Dockerfile. pyflyte serve
-> pyflyte serve agent
I think so please create docs and comments |
* Separate agent from pyflyte serve. Signed-off-by: Chao-Heng Lee <[email protected]> * removed unused serve help message. Signed-off-by: Chao-Heng Lee <[email protected]> * fix typo. Signed-off-by: Chao-Heng Lee <[email protected]> * update dockerfile of agent. Signed-off-by: Chao-Heng Lee <[email protected]> * remove agent dockerfile apt cache Signed-off-by: Future Outlier <[email protected]> --------- Signed-off-by: Chao-Heng Lee <[email protected]> Signed-off-by: Future Outlier <[email protected]> Co-authored-by: Future Outlier <[email protected]> Signed-off-by: Future Outlier <[email protected]>
* Separate agent from pyflyte serve. Signed-off-by: Chao-Heng Lee <[email protected]> * removed unused serve help message. Signed-off-by: Chao-Heng Lee <[email protected]> * fix typo. Signed-off-by: Chao-Heng Lee <[email protected]> * update dockerfile of agent. Signed-off-by: Chao-Heng Lee <[email protected]> * remove agent dockerfile apt cache Signed-off-by: Future Outlier <[email protected]> --------- Signed-off-by: Chao-Heng Lee <[email protected]> Signed-off-by: Future Outlier <[email protected]> Co-authored-by: Future Outlier <[email protected]> Signed-off-by: Rafael Raposo <[email protected]>
Tracking issue
flyteorg/flyte#3936
Why are the changes needed?
We might have the demands of using
pyflyte serve <other service>
So separate agent as one of the serve group's commands.
What changes were proposed in this pull request?
Make
serve
as group and moveagent
as one of the group's commands.Screenshots
Check all the applicable boxes