-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Chart: Add scheduler name to PODs templates #33843
Conversation
1cac8b2
to
04be06e
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.
Could you add a unit test for each deployment?
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.
Good idea. Can you add some unit test coverage for this?
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.
You've missed a few:
c83fa81
to
b8b193d
Compare
This feature aims to enable the possibility to define a SchedulerName different than "Default".
With this feature, we are able to define some particular schedulers from Kubernetes to apply some different strategies to allocate resources.
More info in this link: https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/