k3s/pkg/scheduler
Kubernetes Submit Queue 5a4b160cf0
Merge pull request #59281 from bsalamat/nominated_node
Automatic merge from submit-queue (batch tested with PRs 59010, 59212, 59281, 59014, 59297). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Replace nominateNodeName annotation with PodStatus.NominatedNodeName

**What this PR does / why we need it**:
Replaces nominateNodeName annotation with PodStatus.NominatedNodeName in scheudler's logic. We don't expect any logic/behavior changes.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```

ref #57471

/sig scheduling
cc: @k82cn @aveshagarwal @resouer
2018-02-07 15:27:43 -08:00
..
algorithm Make predicate errors more human readable 2018-02-01 10:22:53 +08:00
algorithmprovider Fix to register priority function ResourceLimitsPriority correctly. 2018-02-06 20:08:11 -05:00
api kube-scheduler: Use default predicates/prioritizers if policy config does not specify them 2018-02-06 13:01:33 -08:00
core Merge pull request #59281 from bsalamat/nominated_node 2018-02-07 15:27:43 -08:00
factory Merge pull request #59281 from bsalamat/nominated_node 2018-02-07 15:27:43 -08:00
metrics Added metrics for preemption victims, pods preempted and duration of preemption 2018-01-13 12:27:11 +05:30
schedulercache fix the wrong err print of assumepod 2018-01-22 10:50:59 +08:00
testing
util Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
volumebinder
BUILD
OWNERS
scheduler.go Replace nominateNodeName annotation with PodStatus.NominatedNodeName in scheudler logic 2018-02-02 13:06:33 -08:00
scheduler_test.go Merge pull request #59281 from bsalamat/nominated_node 2018-02-07 15:27:43 -08:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00