-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Listing existing algorithm providers in scheduler #6612
Comments
Hi @HaiyangDING Seems based on the latest k8s version, using "kube-scheduler --help" command, still show the only "DefaultProvider" algorithm, not included others, as "ImageLocalityPriority", "NewNodeLabelPriority", etc... How can I add myself algorithm into the "--help" show list?
|
Hi, a 'algorithm provider' is essentially a 'set' of scheduling rules (i.e. a set of predicates and prioritizers). Here are my thought based on my understanding of your question.
To see more about the modifying the scheduler, please see scheduler and scheduler_algorithm I hope it helps. |
@HaiyangDING Thanks! I will have a try according to your advise. |
BTW, I think it is OK to close it. Closing now. |
Currently kube-scheduler can not show/list existing algorithm providers. Although there is only one algorithm provider now, listing available algorithm providers will be necessary in future.
The text was updated successfully, but these errors were encountered: