Skip to content

Commit 2dd299c

Browse files
author
Heling Yao
committed
docs(README): install nfs on Ubuntu
Ubuntu does not have nfs support by default. You must install nfs-kernel-server to get nfs support. Adding this to the documentation will make the process for developing Deis on Ubuntu a little clearer. closes #896
1 parent 0976369 commit 2dd299c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ On your workstation:
2929
* Install the fleetctl client: Install v0.2.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases).
3030
* Install the Docker client if you want to run Docker commands locally (optional)
3131

32+
If you're on Ubuntu, you need to install the nfs-kernel-server package as it's required for sharing folders between your host and your CoreOS VM:
33+
34+
sudo apt-get install nfs-kernel-server
35+
3236
## Additional setup for a multi-node cluster
3337
If you'd like to spin up more than one VM to test an entire cluster, there are a few additional prerequisites:
3438
* Set `DEIS_NUM_INSTANCES` to the desired size of your cluster: ```$ export DEIS_NUM_INSTANCES=3```

0 commit comments

Comments
 (0)