Merge pull request #19679 from NanXiao/patch-1

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-01-15 13:24:43 -08:00
commit df90bb44d9
1 changed files with 0 additions and 6 deletions

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