-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minikube start --extra-config=controller-manager is silently ignored #7028
Comments
Here's the entire kubeadm.conf file, where you can see the duplicate controllerManager sections:
|
Hi I'm facing the same issue. command I'm using:
Results:
However, after describe pod:
--fature-gates still not added as shown:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran
minikube start --kubernetes-version=v1.18.0-beta.2 --extra-config 'controller-manager.experimental-cluster-signing-duration=120s' ...
minikube appeared to recognize the extra config and the cluster started,
but the arguments were not added to the kube-controller-manager pod.
Problem seems to be that minikube generates duplicate
controllerManager
sections in kubeadm.yaml.Looks like this was introduced in #6150
The text was updated successfully, but these errors were encountered: