k3s/pkg/scheduler
Kubernetes Submit Queue f4d8220df5
Merge pull request #65616 from cofyc/fix56163
Automatic merge from submit-queue (batch tested with PRs 65570, 65616). 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>.

Retry scheduling on StorageClass events

**What this PR does / why we need it**:

**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 #56163

**Special notes for your reviewer**:

I have taken over #60006.
It's hard to test in e2e, because we cannot know reschedule of pod is triggered by which event (periodically service/node events will move pods to active queue too). ~~I'll add integration tests for this functionality after [this PR](https://github.com/kubernetes/kubernetes/pull/65296) get merged.~~ (already added)

**Release note**:

```release-note
NONE
```
2018-07-31 19:18:00 -07:00
..
algorithm Merge pull request #66671 from hanxiaoshuai/cleanup07261 2018-07-26 21:05:11 -07:00
algorithmprovider replace predicates string with corresponding const in TestDefaultPredicates 2018-07-24 14:27:36 +08:00
api Update generated files 2018-06-29 20:36:17 +02:00
cache RWLock for cache 2018-07-18 15:11:59 +08:00
core fix error log 2018-07-26 19:48:48 +08:00
factory Merge pull request #65616 from cofyc/fix56163 2018-07-31 19:18:00 -07:00
metrics Split scheduler latency metric to fine-grained steps 2018-06-21 14:19:39 +02:00
testing Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
volumebinder Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go fix error log 2018-07-26 19:48:48 +08:00
scheduler_test.go use subtest for table units 2018-06-08 10:52:28 -04:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00