k3s/plugin/pkg/scheduler
Kubernetes Submit Queue 0aad9d30e3 Merge pull request #44897 from msau42/local-storage-plugin
Automatic merge from submit-queue (batch tested with PRs 46076, 43879, 44897, 46556, 46654)

Local storage plugin

**What this PR does / why we need it**:
Volume plugin implementation for local persistent volumes.  Scheduler predicate will direct already-bound PVCs to the node that the local PV is at.  PVC binding still happens independently.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 
Part of #43640

**Release note**:

```
Alpha feature: Local volume plugin allows local directories to be created and consumed as a Persistent Volume.  These volumes have node affinity and pods will only be scheduled to the node that the volume is at.
```
2017-05-30 23:20:02 -07:00
..
algorithm Scheduler predicate for already bound PVs with node affinity 2017-05-22 14:46:03 -07:00
algorithmprovider Merge pull request #44897 from msau42/local-storage-plugin 2017-05-30 23:20:02 -07:00
api move hardPodAffinitySymmetricWeight to scheduler policy config 2017-05-26 14:04:37 +08:00
core removing this todo after discussion (#46027) 2017-05-23 13:34:14 +02:00
factory move hardPodAffinitySymmetricWeight to scheduler policy config 2017-05-26 14:04:37 +08:00
metrics autogenerated 2017-04-14 10:40:57 -07:00
schedulercache move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
testing autogenerated 2017-04-14 10:40:57 -07:00
util autogenerated 2017-04-14 10:40:57 -07:00
BUILD Scheduler should use a shared informer 2017-05-22 13:50:14 -04:00
OWNERS Added k82cn as kube-scheduler approver. 2017-05-26 22:26:20 +08:00
scheduler.go Scheduler should use a shared informer 2017-05-22 13:50:14 -04:00
scheduler_test.go Initialize scheduler cache with assigned non-terminated pods before scheduling. 2017-05-10 01:50:38 +08:00
testutil.go Removed old scheduler constructor. 2017-05-08 11:09:25 -04:00