local_docker: add export PATH to kubecfg binary

pull/6/head
Johan Euphrosine 2014-10-27 11:15:19 -07:00
parent 966c3dae70
commit fc54dd2b6b
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ docker run -v /var/run/docker.sock:/var/run/docker.sock kubernetes-bootstrap
```
./build/make-client.sh
# set $host_os and $host_arch to your local host os and architecture.
export PATH=$(readlink -f _output/build/$host_os/$host_arch):$PATH
```
### Manage your pods