Merge pull request #1346 from callermann/patch-1

Update docker-multinode.md
This commit is contained in:
devin-donnelly 2016-10-05 14:15:04 -07:00 committed by GitHub
commit 64239cc483
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Clone the `kube-deploy` repo, and run `worker.sh` on the worker machine _with ro
```shell
$ git clone https://github.com/kubernetes/kube-deploy
$ cd docker-multinode
$ cd kube-deploy/docker-multinode
$ export MASTER_IP=${SOME_IP}
$ ./worker.sh
```