RBAC: minikube start error #5858
Labels
co/virtualbox
kind/support
Categorizes issue or PR as a support question.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
The exact command to reproduce the issue:
minikube start --extra-config=apiserver.Authorization.Mode=RBAC
The full output of the command that failed:
😄 minikube v1.5.2 on Darwin 10.15.1
🔥 Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
🌐 Found network options:
▪ HTTP_PROXY=http://yangweideMacBook-Pro.local:1087
▪ HTTPS_PROXY=http://yangweideMacBook-Pro.local:1087
▪ NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24
▪ http_proxy=http://yangweideMacBook-Pro.local:1087
▪ https_proxy=http://yangweideMacBook-Pro.local:1087
🐳 Preparing Kubernetes v1.16.2 on Docker '18.09.9' ...
▪ env HTTP_PROXY=http://yangweideMacBook-Pro.local:1087
▪ env HTTPS_PROXY=http://yangweideMacBook-Pro.local:1087
▪ env NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24
▪ env HTTP_PROXY=http://yangweideMacBook-Pro.local:1087
▪ env HTTPS_PROXY=http://yangweideMacBook-Pro.local:1087
▪ apiserver.Authorization.Mode=RBAC
🚜 Pulling images ...
🚀 Launching Kubernetes ...
💣 Error starting cluster: init failed. cmd: "/bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.16.2:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap"": Process exited with status 1
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The output of the
minikube logs
command:The operating system version:
Mac OS 10.15.1
The text was updated successfully, but these errors were encountered: