kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 33f873dbbe
Merge pull request #55262 from liggitt/schedulercache
Automatic merge from submit-queue. 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>.

Fix 'Schedulercache is corrupted' error

Fixes #50916

If an Assume()ed pod is Add()ed with a different nodeName, the podStates view of the pod is not corrected to reflect the actual nodeName. On the next Update(), the scheduler observes the mismatch and process exits.

```release-note
Fixed 'Schedulercache is corrupted' error in kube-scheduler
```
2017-11-07 23:23:33 -08:00
..
algorithm Merge pull request #54871 from anfernee/clean 2017-11-06 23:19:18 -08:00
algorithmprovider Merge pull request #54047 from kuramal/my 2017-10-29 20:42:48 -07:00
api Remove all api.Scheme references by using explicit package aliases 2017-10-30 19:54:02 +01:00
core Remove unused pods in genericScheduler 2017-10-26 15:23:26 -07:00
factory Merge pull request #54047 from kuramal/my 2017-10-29 20:42:48 -07:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
schedulercache Fix 'Schedulercache is corrupted' error 2017-11-07 18:49:49 -05:00
testing Autogenerated files 2017-10-20 23:22:03 -07:00
util Update bazel 2017-10-18 17:24:04 +02:00
BUILD Autogenerated files 2017-10-24 16:04:58 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
scheduler.go Refactor scheduler config API 2017-11-07 09:41:39 -05:00
testutil.go Change type of scheduling queue from cache.FIFO to a new interface 2017-10-24 16:04:58 -07:00