--extra-config controller-manager options are ignored (masked by leader-elect) #9134
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
We have a regression bug in our kubeadm YAML generation, seemingly caused by #8431 where we set leader-elect=false.
We end up writing two
controllerManager
sections to the YAML file, and only the last one wins. It's possible this broken behavior exists for other components. I was able to verify it using./out/minikube start --extra-config=kubelet.max-pods=10 --extra-config controller-manager.kube-api-qps=5
`
We currently set
leader-elect=false
by default. Unfortunately, we do so in a way thatThe text was updated successfully, but these errors were encountered: