Merge pull request #32337 from tengqm/prefernominatednode-ga
Promote PreferNominatedNode to GA
This commit is contained in:
@@ -203,9 +203,10 @@ resources reserved for Pod P and also gives users information about preemptions
|
||||
in their clusters.
|
||||
|
||||
Please note that Pod P is not necessarily scheduled to the "nominated Node".
|
||||
The scheduler always tries the "nominated Node" before iterating over any other nodes.
|
||||
After victim Pods are preempted, they get their graceful termination period. If
|
||||
another node becomes available while scheduler is waiting for the victim Pods to
|
||||
terminate, scheduler will use the other node to schedule Pod P. As a result
|
||||
terminate, scheduler may use the other node to schedule Pod P. As a result
|
||||
`nominatedNodeName` and `nodeName` of Pod spec are not always the same. Also, if
|
||||
scheduler preempts Pods on Node N, but then a higher priority Pod than Pod P
|
||||
arrives, scheduler may give Node N to the new higher priority Pod. In such a
|
||||
|
||||
Reference in New Issue
Block a user