-
Notifications
You must be signed in to change notification settings - Fork 266
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
TAS: respect node taints when the lowest hierarchy level is node #3658
Comments
I discussed this with @mimowo offline. |
A relatively simple approach for supporting taints for any Topology levels, I discussed with @PBundyra yesterday, is to introduce a "virtual" level for nodes, even if not specified directly by the user in the Topology object. Still, it adds a bit of complexity, so I want to deliver this in two parts:
The priority of (2.) is lower, but it should be simple so I will try to fit both into 0.10 |
/close |
@mimowo: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What would you like to be added:
Respect node taints when scheduling by TAS when the lowest hierarchy level is
kubernetes.io/hostname
.Why is this needed:
Some users may want to taint a node and exclude it from TAS. However, we still should include the tainted notes for which the workload has tolerations.
The text was updated successfully, but these errors were encountered: