kubernetes/cmd/kubelet/app
Jiawei Wang bda557b4bc Disable in-tree plugin without enabling CSI migration
This commit replaces the CSIMigrationXXXComplete flag
with InTreePluginXXUnregister flag. This new flag will
be a superset of the CSIMigrationXXXComplete. But this
decouple the plugin unregister from CSI migration. So
if a K8s distribution want to go directly with CSI and
do not support in-tree, they can use this flag directly.

Testing:
1. Enable the InTreePluginXXUnregister and not CSIMigrationXXX,
verify that the PVC using old plugin name will have error
saying cannot find the plugin
2. Enable both the InTreePluginXXUnregister and CSIMigrationXXX
verify that the PVC using old plugin name will start to use
the migrated CSI plugin
2021-01-22 16:58:51 -08:00
..
options Merge pull request #96675 from pacoxu/fix/volume-stats-agg-period 2021-01-19 22:17:58 -08:00
auth.go set webhook retry backoff parameters for kubelet 2020-11-01 10:22:21 -05:00
BUILD Merge pull request #96051 from ravisantoshgudimetla/add-priority-flag 2020-11-02 13:41:52 -08:00
init_others.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
init_windows_test.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
init_windows.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
plugins_providerless.go fix providerless build post-CSI migration 2019-11-19 09:47:44 -08:00
plugins_providers.go Disable in-tree plugin without enabling CSI migration 2021-01-22 16:58:51 -08:00
plugins.go Disable in-tree plugins migrated to CSI 2019-11-14 17:28:21 -08:00
server_bootstrap_test.go Switch cert manager to v1 CSR API by default, falling back to v1beta1 2020-06-10 02:30:54 -04:00
server_linux.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
server_test.go Lift embedded structure out of eviction-related KubeletConfiguration fields 2017-11-16 18:35:13 -08:00
server_unsupported.go
server.go Merge pull request #96372 from serathius/sanitization-kubelet 2020-11-12 11:21:12 -08:00