Repair kubectl-path variable (#5932)

This commit is contained in:
Gwendolynne Barr 2018-02-06 09:00:40 -08:00 committed by Misty Stanley-Jones
parent 589a83a38a
commit bb88d284f7
1 changed files with 1 additions and 4 deletions

View File

@ -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.