-
Notifications
You must be signed in to change notification settings - Fork 216
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
feat: support new topologySpread scheduling constraints #852
base: main
Are you sure you want to change the base?
feat: support new topologySpread scheduling constraints #852
Conversation
aed9f49
to
54af319
Compare
Pull Request Test Coverage Report for Build 10602954452Details
💛 - Coveralls |
4329131
to
f0127f2
Compare
b23a605
to
0408162
Compare
0408162
to
6673b5b
Compare
Holding to include |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/lifecycle frozen |
@Bryce-Soghigian: The 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/test-infra repository. |
Is there a way to keep stalebot away for PRs? |
1961fac
to
b10543c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jmdeal The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b10543c
to
28c14ac
Compare
28c14ac
to
dae9cfd
Compare
Benchmarking results (against
Ran this comparison a few times, this was the set of results with the largest difference. Marginally faster overall surprisingly, with a slight decrease in first round scheduled pods (though I noticed this stat varied wildly between runs). |
/remove blocked |
Sorry @jmdeal for bothering, but any plans for moving forward with this? |
dae9cfd
to
1d46f34
Compare
1d46f34
to
7b3827f
Compare
PR needs rebase. 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. |
Hi @jmdeal is there anything blocking this or any way I can help to move this on (testing a custom build or something)? |
/assign @njtran |
@engedaam: GitHub didn't allow me to assign the following users: njtarn. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
/assign @njtran |
Fixes #430
Description
This PR adds support for the following topology spread constraint fields:
matchLabelKeys
nodeAffinityPolicy
nodeTaintsPolicy
How was this change tested?
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.