-
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
Retain folder structure when copying files from ~/.minikube/files #2768
Comments
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. |
This issue is even worse on Windows:
E.g. BTW copying of |
The function parameter
Thus after one iteration |
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. |
/remove-lifecycle rotten |
Any idea how to solve this on windows? |
Does not work via git-bash on windows either. My file structure I am expecting to find the file in |
@darkedges Could you please check if it works with pull request #3075? |
Will have a look. Having some issues building via docker on windows. |
@mmhelm It does not appear to work, directories are still squashed into the home directory. |
This seems to resolve it for me, #3258 will try and work out the CLA problem. In essenc convert the path to unix format via
|
I'm seeing a very similar issue on 0.30.0:
|
Can someone confirm if this bug still exists in v0.33.1? There have been some recent changes to file handling that I'm curious about. If so, help wanted! |
@tstromberg I can confirm that still exists in 0.33.1 |
Works with 1.0.0 for me
|
But fails with v0.33.1
|
I just wanted to copy my ca.cer file into minikubes directories on startup and it seems to work fine using OSX minikube version: v1.12.3 my ca.cer file -> |
Environment:
What happened:
When Minikube copies files onto the VM from ~/.minikube/files, the folder structure is not retained.
What you expected to happen:
On the host:
However, when the VM is provisioned, all the files are put onto the first directory with content.
I expect the copied files to match the structure on my host.
How to reproduce it:
Create a nested folder structure in
~/.minikube/files
with some files.Start Minikube with
minikube start --kubernetes-version v1.10.0 --bootstrapper=kubeadm
.After completion, check the VM for the files with
minikube ssh find /abc
.The text was updated successfully, but these errors were encountered: