minikube start -- allow additional arguments to --mount-string #3529
Labels
area/mount
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
os/windows
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
I'm leaning towards bug report as I would expect
--mount-string
to mimicminikube mount
Please provide the following details:
Environment:
Minikube version (use
minikube version
): v0.32.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hypervcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.32.0What happened:
Additional
mount
arguments passed into--mount-string
are ignoredRan
What you expected to happen:
expected it to properly set ownership of
/mydrive
to 911 as a workaround to #2290How to reproduce it (as minimally and precisely as possible): see what happened
The text was updated successfully, but these errors were encountered: