Merge pull request #1008 from idvoretskyi/patch-5

Fix accessing the docker-multinode dir
This commit is contained in:
Phillip Wittrock
2016-08-10 10:08:03 -07:00
committed by GitHub
@@ -69,7 +69,7 @@ Clone the `kube-deploy` repo, and run [master.sh](master.sh) on the master machi
```shell
$ git clone https://github.com/kubernetes/kube-deploy
$ cd docker-multinode
$ cd kube-deploy/docker-multinode
$ ./master.sh
```