Skip to content

Commit a996f87

Browse files
authored
Fixed typo in kubectl path (docker#22447)
Noticed a typo in the path for kubectl at least as of Docker Desktop 4.40.0
1 parent 6324a8c commit a996f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/desktop/features/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Turning the Kubernetes server on or off in Docker Desktop does not affect your o
3737
4. Choose your [cluster provisioning method](#cluster-provisioning-method).
3838
5. Select **Apply & Restart** to save the settings.
3939

40-
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).
40+
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).
4141

4242
> [!NOTE]
4343
>

0 commit comments

Comments
 (0)