Closed
Description
After having read (closed) issue #2064, I want to reopen the same issue again here, as this still fails for me if I start with:
minikube start \
--kubernetes-version v1.8.1 \
--bootstrapper kubeadm \
--v 10 \
--logtostderr \
--extra-config=apiserver.Admission.PluginNames="Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,GenericAdmissionWebhook,ResourceQuota,PodPreset"
--registry-mirror=http://localhost:6000
The boot script hangs and the api-server does not start correctly. I see :8443: getsockopt: connection refused
errors in the journal.
If I leave the --extra-config
part out it boots correctly, but I can't use my flags ;p
I'm on OSX 10.12.6
Metadata
Assignees
Labels
No labels