Merge pull request #11276 from caesarxuchao/doc1

populate the instructions on installing kubectl in getting-started-guides
This commit is contained in:
Abhi Shah
2015-07-16 17:04:14 -07:00
6 changed files with 48 additions and 7 deletions

View File

@@ -157,6 +157,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