We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 160a6e0 + 2dd299c commit 4ff595dCopy full SHA for 4ff595d
1 file changed
README.md
@@ -29,6 +29,10 @@ On your workstation:
29
* Install the fleetctl client: Install v0.2.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases).
30
* Install the Docker client if you want to run Docker commands locally (optional)
31
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
36
## Additional setup for a multi-node cluster
37
If you'd like to spin up more than one VM to test an entire cluster, there are a few additional prerequisites:
38
* Set `DEIS_NUM_INSTANCES` to the desired size of your cluster: ```$ export DEIS_NUM_INSTANCES=3```
0 commit comments