k3s/pkg/controller
Kubernetes Submit Queue 6a889ec37f
Merge pull request #55039 from msau42/local-binding-4
Automatic merge from submit-queue (batch tested with PRs 51321, 55969, 55039, 56183, 55976). 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>.

Topology aware volume scheduler and PV controller changes

**What this PR does / why we need it**:
Scheduler and PV controller changes to support volume topology aware scheduling, as specified in kubernetes/community#1168

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

**Special notes for your reviewer**:
* I've split the PR into logical commits to make it easier to review
* The remaining TODOs I plan to address next release unless you think it needs to be done now

**Release note**:
```release-note
Adds alpha support for volume scheduling, which allows the scheduler to make PersistentVolume binding decisions while respecting the Pod's scheduling requirements.  Dynamic provisioning is not supported with this feature yet.

Action required for existing users of the LocalPersistentVolumes alpha feature:
* The VolumeScheduling feature gate also has to be enabled on kube-scheduler and kube-controller-manager.
* The NoVolumeNodeConflict predicate has been removed.  For non-default schedulers, update your scheduler policy.
* The CheckVolumeBinding predicate has to be enabled in non-default schedulers.
```

@kubernetes/sig-storage-pr-reviews @kubernetes/sig-scheduling-pr-reviews
2017-11-22 11:59:55 -08:00
..
bootstrap Update generated files 2017-11-09 12:14:08 +01:00
certificates sarapprover: increase base delay of per item rate limit 2017-11-16 11:27:06 -08:00
cloud Merge pull request #51124 from huzhengchuan/clm-node-updateaddress 2017-11-08 12:18:44 -08:00
clusterroleaggregation add clusterrole aggregation controller 2017-11-13 08:18:00 -05:00
cronjob Update generated files 2017-11-09 12:14:08 +01:00
daemon Update generated files 2017-11-09 12:14:08 +01:00
deployment Update generated files 2017-11-09 12:14:08 +01:00
disruption Update generated files 2017-11-09 12:14:08 +01:00
endpoint Update generated files 2017-11-09 12:14:08 +01:00
garbagecollector Merge pull request #55653 from hzxuzhonghu/test-flaky 2017-11-17 17:11:13 -08:00
history update BUILD files 2017-10-15 18:18:13 -07:00
job Update generated files 2017-11-09 12:14:08 +01:00
namespace Update generated files 2017-11-09 12:14:08 +01:00
node Fix long even handler in cloud cidr allocator 2017-11-22 12:38:43 +01:00
podautoscaler Refactor `reconcileAutoscaler` method in hpa 2017-11-16 09:42:49 -05:00
podgc use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicaset Merge pull request #49429 from enisoc/dedup-rc-rs 2017-11-08 22:12:03 -08:00
replication Update generated files 2017-11-09 12:14:08 +01:00
resourcequota Update generated files 2017-11-09 12:14:08 +01:00
route use core client with explicit version globally 2017-10-27 15:48:32 +08:00
service WaitForCacheSync fail should return for service controller 2017-11-15 21:08:07 +08:00
serviceaccount Update generated files 2017-11-09 12:14:08 +01:00
statefulset Adds the statefulset.kubernetes.io/pod-name label allowing users to 2017-11-20 09:13:07 -08:00
testutil Update generated files 2017-11-09 12:14:08 +01:00
ttl use core client with explicit version globally 2017-10-27 15:48:32 +08:00
volume Merge pull request #55039 from msau42/local-binding-4 2017-11-22 11:59:55 -08:00
.import-restrictions
BUILD generated 2017-11-13 08:18:00 -05:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
client_builder.go remove duplicated import 2017-11-14 17:18:17 +08:00
controller_ref_manager.go Migrate to GetControllerOf from meta/v1 package 2017-08-06 22:41:58 +10:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_utils.go Removed unnecessary type conversion 2017-11-14 11:04:18 +02:00
controller_utils_test.go Removed unused function. 2017-11-14 10:53:29 +02:00
doc.go
lookup_cache.go