-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
Since #21250 the --mount
flag is ignored and --mount-string default was removed. Users that used to run:
minikube start --mount
Should run now:
minikube start --mount-string $HOME/shared/dir
We want to help the user use the new way, and warn them about exposing the home directory to the guest.
Fix
- Detect usage of --mount with unchanged --mount-string and recommend the new way, recommending a specific shared directory instead of $HOME
- Detect usage of --mount with changed --mount-string and warn that the --mount flag is ignored and not needed
Metadata
Metadata
Assignees
Labels
No labels