Skip to content
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

Issue with k8s.io/docs/tasks/tools/install-minikube/: minikube start with '–vm-driver=none' option failed with error:Unsupported driver: none on (latest) Mac OS #8984

Closed
1 task
shiliy opened this issue Jun 7, 2018 · 2 comments

Comments

@shiliy
Copy link

shiliy commented Jun 7, 2018

**This is a... **

  • Feature Request
  • [ X ] Bug Report

Problem:

minikube start with '–vm-driver=none' option failed with error:Unsupported driver: none on Mac

$ minikube start --vm-driver none
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
F0607 18:34:51.870598 2223 cluster.go:212] Unsupported driver: none

Proposed Solution:

Page to Update:
https://kubernetes.io/...

$ minikube version
minikube version: v0.27.0
$ kubectl version
**Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", **GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T15:22:13Z", GoVersion:"go1.9.6", Compiler:"gc", Platform:"darwin/amd64"}
Error in configuration:

  • unable to read client-cert /Users/syang/.minikube/client.crt for minikube due to open /Users/syang/.minikube/client.crt: no such file or directory
  • unable to read client-key /Users/syang/.minikube/client.key for minikube due to open /Users/syang/.minikube/client.key: no such file or directory
  • unable to read certificate-authority /Users/syang/.minikube/ca.crt for minikube due to open /Users/syang/.minikube/ca.crt: no such file or directory

$ uname -a
Darwin Shilis-MBP.home 17.6.0 Darwin Kernel Version 17.6.0: Tue May 8 15:22:16 PDT 2018; root:xnu-4570.61.1~1/RELEASE_X86_64 x86_64

@BenHall
Copy link
Contributor

BenHall commented Jul 10, 2018

There is a related issue at kubernetes/minikube#2727

The issue mentions that vm=none is only supported on Linux.

@shiliy
Copy link
Author

shiliy commented Jul 10, 2018

Thanks, Ben. Could we add that to the doc/make it clearer?
I will close this one for now.

@shiliy shiliy closed this as completed Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants