-
Notifications
You must be signed in to change notification settings - Fork 122
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
Reflactor the vineyard scheduler code #1276
Conversation
🎊 PR Preview 3c64b3a has been successfully built and deployed to https://deploy-preview-pr-1276--v6d.netlify.app |
976d6cc
to
327225a
Compare
* Add the RoundRobinStrategy and BestEffortStrategy interface for all vineyard schedulers. * Split the vineyard schedulers into scheduler-on-kubernetes and scheduler-outside-cluster. Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
eee07f5
to
227d3ff
Compare
Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
227d3ff
to
97eb3bd
Compare
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.
Rename VineyardSchedulerOnKubernetes
to VineyardSchedulerInsideCluster
to make it consistent with VineyardSchedulerOutsideCluster
?
All comments addressed. PTAL, thanks. @sighingnow |
Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
97fc175
to
bbc85b4
Compare
Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
What do these changes do?
As titled.
Related issue number
Fixes some parts of #1234