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

Can I launch minikube with no host mounts? #1645

Closed
warpfork opened this issue Jun 23, 2017 · 0 comments
Closed

Can I launch minikube with no host mounts? #1645

warpfork opened this issue Jun 23, 2017 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@warpfork
Copy link

Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST?

Minikube version (use minikube version): v0.20.0

Environment:

  • OS (e.g. from /etc/os-release): debian
  • VM Driver: virtualbox
  • ISO version: v0.20.0
  • Install tools: ...
  • Others: ...

What happened: I wanted to use minikube without mounting my host $HOME dir, without mounting my ssh keys, and in particular without mounting my .bashrc and ~/bin writable into the VM.

Using minikube start in default options does all of these things.

minikube start --mount=false and minikube start --mount-string='' still does all of these things.

What you expected to happen: I expected to have a way to launch minikube where I only expose parts of the host that I explicitly declared should be exposed.

How to reproduce it (as minimally and precisely as possible): Above.

Anything else do we need to know: I hope I'm just missing something obvious in the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants