-
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 hangs on --extra-config=apiserver.Admission.PluginNames #2353
Comments
I can also reproduce the same issue with
|
Ok, I found this solution: the correct config is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment: OS X 10.12.6 (Sierra)
Minikube version (use
minikube version
): v0.24.1"Boot2DockerURL": "file:///Users/martinkess/.minikube/cache/iso/minikube-v0.23.6.iso"
,What happened:
When I try to create a minikube instance with
--extra-config=apiserver.Admission.PluginNames="Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,GenericAdmissionWebhook,ResourceQuota"
(for automatic Istio.io side-car injection), the system hangs at the "starting cluster components" step. When I try to start without the admission controllers, minikube starts just fine.Here's the output of my start command:
And then nothing for 20 minutes.
I connected with gdb:
Let me know if there's any other useful information that I could provide.
What you expected to happen:
minikube to start.
How to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered: