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

VM drivers: --mount & --mount-string doesn't persist between stops #12718

Closed
spowelljr opened this issue Oct 15, 2021 · 0 comments · Fixed by #12719
Closed

VM drivers: --mount & --mount-string doesn't persist between stops #12718

spowelljr opened this issue Oct 15, 2021 · 0 comments · Fixed by #12719
Assignees
Labels
area/mount kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@spowelljr
Copy link
Member

Docker retains mount settings after a stop, but VM drivers do not.

$ minikube start --driver=hyperkit --mount
...

$ minikube ssh -- ls /minikube-host
Users ...

$ minikube stop
...

$ minikube start
...

$ minikube ssh -- ls /minikube-host
ls: cannot access '/minikube-host': No such file or directory
ssh: Process exited with status 2
@spowelljr spowelljr added kind/feature Categorizes issue or PR as related to a new feature. area/mount priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 15, 2021
@spowelljr spowelljr added this to the 1.24.0 milestone Oct 15, 2021
@spowelljr spowelljr self-assigned this Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mount kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant