-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Chart: Add scheduler name to PODs templates #33843
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
Conversation
1cac8b2 to
04be06e
Compare
hussein-awala
left a comment
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?
amoghrajesh
left a comment
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?
jedcunningham
left a comment
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/