mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-21 18:30:27 +00:00
Automatic merge from submit-queue (batch tested with PRs 41890, 42593, 42633, 42626, 42609) make all controllers obey the disable flags Fixes https://github.com/kubernetes/kubernetes/issues/42592 Some controllers weren't disable-able. This fixes them so they obey our flags. @ncdc