-
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
convenient way to copy files automatically to minikube VM #1914
Comments
+1 for |
All the files from |
It might be an interesting idea to let users specify a rootfs at ~/.minikube/files/. and move those files into the VM at root /, while preserving the folder structure. |
Guys, currently, the files in ~/.minikube/files get coppied in to / (root) in VM. minikube build info is follow cc: @aaron-prindle @r2d4minikube version: v0.24.1 |
Currently there are kubernetes options that require a path to a file configuration/certification. Moving additional files into the minikube VM is currently non-trivial and it's possible that the file may not be present in the VM when localkube starts running. For this use case, we should provide a convenience method for moving files into the VM on boot. Possible implementations:
.minikube/files folder that is moved into the VM, similar to .minikube/addons (vm_path not easily configurable file to file with this)
minikube start flag: --ssh-file=<host_path>:
The text was updated successfully, but these errors were encountered: