Files
kubernetes/pkg/controller/nodelifecycle/node_lifecycle_controller_test.go
Clayton Coleman 2888e6e923 Node lifecycle controller should use a label for excluding nodes
The current mechanism for excluding "master" nodes based on node names
is fragile and should be fixed by using a label exclusion similar to
service load balancers. The legacy code path is preserved behind a
defaulted-on gate and will be removed in the future.
2019-08-28 10:29:08 -04:00

110 KiB