-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update --disable-driver-mounts default to false #5012
Comments
I would also use a no outgoing egress on all namespaces to be turned off as part of hello minikube: you seem to need outgoing traffic for basic execution. I see a lot of traffic run off from images that are parts of tutorials. I don't know what that is about, probably usage monitoring but that's still univited and never mentioned. |
Suggest bringing the flag back for Here is the list of folders that are shared by default, when using VirtualBox (and some others): https://kubernetes.io/docs/setup/learning-environment/minikube/#mounted-host-folders |
Actually it got lost in the merge conflict resolution: 1b83a89 by @tstromberg Sadly git doesn't show these (merge commits) properly, when doing the pick-axe. |
What pods and stuff have sudo privilege ? After installing minikube with sudo, is running $minikube actually doing $sudo minikube? |
It might (for the However, it will not be for re-running minikube itself but for commands like We warn against running minikube as root (or with sudo), there should be no need for that. You still need enough administrator privileges to use the hypervisor, but that is another story... |
Related: #5019 |
we will not do this issue, till we have a solution for non-9p mounts |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please remove the standard Shared Folder on VirtualBox and guide users how and when to use it. The shared folder isn't used by the Hello minikube tutorial. It can easily be forgotten while users start deploying apps that generate outgoing traffic. I don't know how hard it is to then start uploading data from the default shared folder, but I think it could involve merely a docker image with elevated user rights.
DisableDriverMounts bool // Only used by virtualbox
The text was updated successfully, but these errors were encountered: