kubernetes/plugin
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
..
cmd/kube-scheduler Refactor scheduler config API 2017-11-07 09:41:39 -05:00
pkg Merge pull request #55262 from liggitt/schedulercache 2017-11-07 23:23:33 -08:00
BUILD move webhook admission to generic apiserver 2017-10-26 07:45:49 -04:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00