k3s/pkg/controller/volume/persistentvolume
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
..
metrics Add extra metrics for PV Controller 2018-07-19 15:36:37 +02:00
options update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Remove unused io util writer & volume host GetWriter() 2018-07-09 14:09:48 -07:00
OWNERS Add lichuqiang as reviewer of persistentvolume controller (for volume scheduling) 2018-07-04 00:35:54 +08:00
binder_test.go Add binding error message for volumeMode:Block unsupported case 2018-04-16 15:22:35 -04:00
delete_test.go Pass pod informer to PV controller 2018-02-05 15:40:25 +01:00
framework_test.go Provision interface change 2018-06-05 16:35:16 +08:00
index.go update import 2018-02-27 20:23:35 +08:00
index_test.go update import 2018-02-27 20:23:35 +08:00
provision_test.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
pv_controller.go Add extra metrics for PV Controller 2018-07-19 15:36:37 +02:00
pv_controller_base.go Provision interface change 2018-06-05 16:35:16 +08:00
pv_controller_test.go pv_controller change for provisioning 2018-05-24 17:12:38 +08:00
recycle_test.go Don't recycle PVs that are used by a pod 2018-02-05 16:41:39 +01:00
scheduler_assume_cache.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_assume_cache_test.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_binder.go Retry scheduling on various events. 2018-07-20 09:54:34 +08:00
scheduler_binder_cache.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_binder_cache_test.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_binder_fake.go Use provided node object in volume binding predicate 2018-04-05 14:35:55 -07:00
scheduler_binder_test.go Dynamic provisioning allowed topologies scheduler work 2018-06-05 16:10:12 +08:00
volume_host.go Remove unused io util writer & volume host GetWriter() 2018-07-09 14:09:48 -07:00