Moved node condition filter into a predicates.#51117
Conversation
e41a9be to
00ada44
Compare
|
/test pull-kubernetes-e2e-gke-gpu |
|
/test pull-kubernetes-e2e-gke-gpu |
|
@k82cn So, this is the exact same PR as you sent earlier, and the fact that the gpu test is passing now is unrelated to this PR, right? |
|
@bsalamat , the first commit is exactly same with previous one; the second commit fix the issue of GPU. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gmarek, k82cn Associated issue: 50360 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue |
|
A change of behavior that I am seeing after this PR is that the scheduler runs a bunch of predicates for the master node as well. I guess this is expected as the order of running the predicates is not defined, but it would be great if we could avoid running predicates for "unschedulable" nodes in order to improve performance. |
|
+1. IIUC @yastij is working on ordering of predicates. |
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #50360Release note: