Fix Windows kubectl.exe path in kubernetes.md

Kubectl.exe path has a DOS prompt ">" character in it, but then refers to configuring this as part of PATH. If the prompt character is copied into the PATH environment variable, it will not work.
This commit is contained in:
Chris Poole 2022-12-31 15:34:42 +04:00 committed by GitHub
parent 21816afcc2
commit ebbcfb0ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ When Kubernetes is enabled and running, an additional status bar in the Dashboar
## Use the kubectl command
Kubernetes integration provides the Kubernetes CLI command
at `/usr/local/bin/kubectl` on Mac and at `C:\>Program Files\Docker\Docker\Resources\bin\kubectl.exe` on Windows. This location may not be in your shell's `PATH`
at `/usr/local/bin/kubectl` on Mac and at `C:\Program Files\Docker\Docker\Resources\bin\kubectl.exe` on Windows. 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`.