From 59df63d8a7c9f4e1a018ae9681e22fdb56ecf3cf Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Fri, 15 Jan 2016 10:27:02 +0800 Subject: [PATCH] Update mesos.md #18954 should also be merged into master branch. --- docs/getting-started-guides/mesos.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index cfb9a6dbb3f..66efd0900bb 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -194,12 +194,6 @@ disown -a #### Validate KM Services -Add the appropriate binary folder to your `PATH` to access kubectl: - -```bash -export PATH=/platforms/linux/amd64:$PATH -``` - Interact with the kubernetes-mesos framework via `kubectl`: ```console