Merge pull request #19679 from NanXiao/patch-1

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-01-15 13:24:43 -08:00
commit df90bb44d9

View File

@ -194,12 +194,6 @@ 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`:
```console