-
Kubernetes Submit Queue authored
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>. Switch off leader election for scheduler and kube/cloud controller **What this PR does / why we need it**: We now have leader election on by default, for a single node local-up-cluster, this is not needed. Let's switch it off This will reduce the flakiness and timeouts we see in the local e2e CI jobs. **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 # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```