k3s/test/integration
Kubernetes Submit Queue e7070354fe
Merge pull request #57492 from cheftako/node-controller
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>.

Split the NodeController into lifecycle and ipam pieces.

**What this PR does / why we need it**: Separates node controller into ipam and lifecycle components. 

    Prepatory work for removing cloud provider dependency from node
    controller running in Kube Controller Manager. Splitting the node
    controller into its two major pieces life-cycle and CIDR/IP
    management. Both pieces currently need the the cloud system to do their work.
    Removing lifecycles dependency on cloud will be fixed ina followup PR.
    
    Moved node scheduler code to live with node lifecycle controller.
    Got the IPAM/Lifecycle split completed. Still need to rename pieces.
    Made changes to the utils and tests so they would be in the appropriate
    package.
    Moved the node based ipam code to nodeipam.
    Made the relevant tests pass.
    Moved common node controller util code to nodeutil.
    Removed unneeded pod informer sync from node ipam controller.


**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 #https://github.com/kubernetes/kubernetes/issues/52369

**Special notes for your reviewer**:

**Release note**:
```release-note
None
```
2018-01-05 07:52:43 -08:00
..
apiserver use extensions client with explicit version 2017-11-22 21:18:14 +08:00
auth Allow node to update PVC's status 2017-11-22 14:32:50 -05:00
client use core client with explicit version globally 2017-10-27 15:48:32 +08:00
configmap use core client with explicit version globally 2017-10-27 15:48:32 +08:00
daemonset Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers 2017-11-01 12:46:07 +01:00
defaulttolerationseconds Update generated files 2017-11-09 12:14:08 +01:00
deployment Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
etcd Add new Events API group 2017-11-22 18:40:09 +00:00
evictions use core client with explicit version globally 2017-10-27 15:48:32 +08:00
examples Fix TestAggregatedAPIServer setup 2017-11-27 11:17:55 -05:00
framework Update pause container version to 3.1 2018-01-04 11:35:29 +01:00
garbagecollector Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
master Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
metrics Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
objectmeta update BUILD files 2017-10-15 18:18:13 -07:00
openshift update BUILD files 2017-10-15 18:18:13 -07:00
pods update BUILD files 2017-10-15 18:18:13 -07:00
quota admission: unify plugin constructors 2017-10-30 16:56:38 +01:00
replicaset Merge pull request #55995 from supereagle/extensions-client-with-version 2017-12-14 00:45:15 -08:00
replicationcontroller Add ReplicationController integration tests. 2017-11-07 14:55:47 -08:00
scale Revert "Version bump to etcd v3.2.11, grpc v1.7.5" 2017-12-19 15:25:06 +01:00
scheduler Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
scheduler_perf Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
secrets use core client with explicit version globally 2017-10-27 15:48:32 +08:00
serviceaccount Merge pull request #53592 from frodenas/bootstrap-controller 2017-11-07 11:21:15 -08:00
storageclasses use core client with explicit version globally 2017-10-27 15:48:32 +08:00
ttlcontroller update BUILD files 2017-10-15 18:18:13 -07:00
volume Validate that PV capacity and PVC capacity requests are greater than zero 2017-11-13 08:57:01 -08:00
BUILD Merge pull request #52192 from liyinan926/ds-tests 2017-10-31 13:22:20 -07:00
benchmark-controller.json Update pause container version to 3.1 2018-01-04 11:35:29 +01:00
doc.go
utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00