populate the instructions on installing kubectl in getting-started-guides

This commit is contained in:
Chao Xu
2015-07-14 16:16:50 -07:00
parent 43de287427
commit 10d76a5775
6 changed files with 48 additions and 7 deletions

View File

@@ -155,6 +155,12 @@ Disown your background jobs so that they'll stay running if you log out.
$ disown -a
```
#### Validate KM Services
Add the appropriate binary folder to your ```PATH``` to access kubectl:
```bash
export PATH=<path/to/kubernetes-directory>/platforms/linux/amd64:$PATH
```
Interact with the kubernetes-mesos framework via `kubectl`:
```bash