From bb88d284f73d4e15774a7e259588236c6cf612bc Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Tue, 6 Feb 2018 09:00:40 -0800 Subject: [PATCH] Repair kubectl-path variable (#5932) --- _includes/kubernetes-mac-win.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_includes/kubernetes-mac-win.md b/_includes/kubernetes-mac-win.md index e2cc1dddf8..9639ed15e7 100644 --- a/_includes/kubernetes-mac-win.md +++ b/_includes/kubernetes-mac-win.md @@ -119,7 +119,7 @@ docker stack deploy --compose-file /path/to/docker-compose.yml mystack ## Use the kubectl command The {{ platform }} Kubernetes integration provides the Kubernetes CLI command -at `{{ kubernetes-path }}`. This location may not be in your shell's `PATH` +at `{{ kubectl-path }}`. This location may not be in your shell's `PATH` variable, so you may need to type the full path of the command or add it to the `PATH`. For more information about `kubectl`, see the [official `kubectl` documentation](https://kubernetes.io/docs/reference/kubectl/overview/). @@ -168,6 +168,3 @@ services: If you already have a Kubernetes YAML file, you can deploy it using the `kubectl` command. - - -