Skip to content

Commit

Permalink
Note on VAGRANT_NUM_NODES variable
Browse files Browse the repository at this point in the history
If multiple nodes were created (VAGRANT_NUM_NODES=2 vagrant up) and
VAGRANT_NUM_NODES is not passed to `make vagrant-deploy` then docker
fails to download images and pods ends up in state `ImagePullBackOff`.
  • Loading branch information
jniederm committed Sep 6, 2017
1 parent 7bbffb3 commit 82a94eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ This would create a master and two nodes:
VAGRANT_NUM_NODES=2 vagrant up
```

However, just running `master` is enough for most development tasks.
If you decide to use separate nodes, pass `VAGRANT_NUM_NODES` variable to all
vagrant interacting commands. However, just running `master` is enough for most
development tasks.

You could also run some build steps individually:

Expand Down

0 comments on commit 82a94eb

Please sign in to comment.