Skip to content
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

Support for topology replica calculation. #633

Open
yinsenyan opened this issue Mar 22, 2023 · 1 comment
Open

Support for topology replica calculation. #633

yinsenyan opened this issue Mar 22, 2023 · 1 comment
Labels
kind/feature New feature or request

Comments

@yinsenyan
Copy link
Contributor

What would you like to be added:

Predictor and Scheduler support calculate replicas by topology

Why is this needed:

In most cases, there are multiple topological domains in the cluster, and this needs to be considered during scheduling in order to achieve optimal resource utilization.

@yinsenyan yinsenyan added the kind/feature New feature or request label Mar 22, 2023
@yinsenyan
Copy link
Contributor Author

yinsenyan commented Mar 22, 2023

Some jobs

  • 1. Implementing an interface for the Predictor to calculate the maximum number of replicas that can be accommodated based on the topological domain, like this
  • 2. Implementing an assigner plugin for the scheduler to calculate the number of replicas based on the topological domain
  • 3. Enabling features by feature-gates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant