fixed path to worker startup script

This commit is contained in:
Vít Listík
2016-09-28 14:12:08 +02:00
committed by GitHub
parent a0e1efdad0
commit 5b4286ff34
@@ -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
```