Skip to content

Commit 4ff595d

Browse files
author
Matthew Fisher
committed
Merge pull request #900 from hyao/master
docs(README): install nfs on Ubuntu
2 parents 160a6e0 + 2dd299c commit 4ff595d

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)