Update install-kubectl.md (#17110)

Docker for Windows is now called Docker Desktop for windows
This commit is contained in:
Mike Parker 2019-10-23 16:12:17 +01:00 committed by Kubernetes Prow Robot
parent cd1b7d6f45
commit e3aeebed31
1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ If you are on macOS and using [Macports](https://macports.org/) package manager,
kubectl version
```
{{< note >}}
[Docker for Windows](https://docs.docker.com/docker-for-windows/#kubernetes) adds its own version of `kubectl` to PATH.
If you have installed Docker before, you may need to place your PATH entry before the one added by Docker installer or remove the Docker's `kubectl`.
[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/#kubernetes) adds its own version of `kubectl` to PATH.
If you have installed Docker Desktop before, you may need to place your PATH entry before the one added by the Docker Desktop installer or remove the Docker Desktop's `kubectl`.
{{< /note >}}
### Install with Powershell from PSGallery