Skip to content
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

NFS shared folder, as uid + gid + mod is preserved. #1

Open
jujes opened this issue Oct 19, 2016 · 0 comments
Open

NFS shared folder, as uid + gid + mod is preserved. #1

jujes opened this issue Oct 19, 2016 · 0 comments

Comments

@jujes
Copy link

jujes commented Oct 19, 2016

Hi, I need sync the local-volumes.yaml with the host(ubuntu 16.04), that is possible?

something like this

  • with minikube ip = 192.168.99.100
sudo apt -y install nfs-kernel-server nfs-common
echo "/home/user/dpl -network 192.168.99.1 -mask 255.255.255.0 -alldirs -maproot=root:wheel" | sudo tee -a /etc/exports
sudo service nfs-kernel-server start
....
minikube start
git clone https://github.com/janakiramm/minikube-demo.git minikube && cd minikube cd && WordPress
sh ./deploy.sh
minikube ssh -- sudo /usr/local/etc/init.d/nfs-client start
minikube ssh -- sudo mount 192.168.99.1:/home/user/dpl /tmp -o rw,async,noatime,rsize=32768,wsize=32768,proto=tcp

thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant