Cannot build inside pod since mode flag disappeared #13623
Labels
area/mount
kind/support
Categorizes issue or PR as a support question.
triage/needs-information
Indicates an issue needs more information in order to work on it.
What Happened?
I am developing a rust application. To limit the development loop, I mount my code from the host into a minikube pod.
From there, I build using cargo build.
I used to mount with the following command:
minikube mount --gid root --pid root --mode 0777 /mycode:/mycode
However, now the option has disappeared and it is not possible to build from inside the pod:
failed to write /host/xxxxx/target/debug/deps/libunicode_xid-8bb8457dab823b6f.rmeta: Invalid cross-device link (os error 18)
Is there an alternative than rolling back to previous version now that the option has disappeared?
Attach the log file
Empty result
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: