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