Fixed typo in kubectl path (#22447)

Noticed a typo in the path for kubectl at least as of Docker Desktop
4.40.0
This commit is contained in:
Ian Lee 2025-04-16 23:47:11 -07:00 committed by GitHub
parent 6324a8ce55
commit a996f877f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Turning the Kubernetes server on or off in Docker Desktop does not affect your o
4. Choose your [cluster provisioning method](#cluster-provisioning-method).
5. Select **Apply & Restart** to save the settings.
This sets up the images required to run the Kubernetes server as containers, and installs the `kubectl` command-line tool on your system at `/usr/local/bin/kubectl` (Mac) or `C:\Program Files\Docker\Docker\Resources\bin\kubectl.exe` (Windows).
This sets up the images required to run the Kubernetes server as containers, and installs the `kubectl` command-line tool on your system at `/usr/local/bin/kubectl` (Mac) or `C:\Program Files\Docker\Docker\resources\bin\kubectl.exe` (Windows).
> [!NOTE]
>