k3s/cmd/kube-controller-manager/app
Kubernetes Submit Queue 04d1fcc9f3
Merge pull request #52049 from cheftako/ccm-cleanup
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>.

Fix failure to load volume plugins for #52048

Currently we have two plugin managers.
However one of them limits the cloud plugins it loads.
This means that if cloud provider is set to external the plugins will
not be loaded in *that* plugin manager. However they will be loaded in
the other instance of the plugin manager. So it does not actually save
us anything. It does hamper the efforts to actually get stage 1
separation working.

**What this PR does / why we need it**: It allows the plugins be found for the cloud providers working on stage 1 separation.

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

**Special notes for your reviewer**:

**Release note**:
```release-note NONE
```
2017-11-23 12:53:40 -08:00
..
options certs: start deprecation of signing asset default paths 2017-11-16 14:09:29 -08:00
BUILD Merge pull request #52049 from cheftako/ccm-cleanup 2017-11-23 12:53:40 -08:00
apps.go
autoscaling.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
batch.go Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers 2017-11-01 12:46:07 +01:00
bootstrap.go Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers 2017-11-01 12:46:07 +01:00
certificates.go certs: start deprecation of signing asset default paths 2017-11-16 14:09:29 -08:00
controller_manager_test.go Using assertions 2017-10-10 22:44:12 -05:00
controllermanager.go Added PVC Protection Controller 2017-11-23 11:46:34 +01:00
core.go Added PVC Protection Controller 2017-11-23 11:46:34 +01:00
extensions.go Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers 2017-11-01 12:46:07 +01:00
import_known_versions.go Add new Events API group 2017-11-22 18:40:09 +00:00
plugins.go Merge pull request #52049 from cheftako/ccm-cleanup 2017-11-23 12:53:40 -08:00
policy.go
rbac.go add clusterrole aggregation controller 2017-11-13 08:18:00 -05:00