From 8fa088b30330601db71de88f5ae0951db4ea4e19 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Wed, 16 Apr 2025 11:04:00 -0700 Subject: [PATCH] Fixed typo in kubectl path --- content/manuals/desktop/features/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/features/kubernetes.md b/content/manuals/desktop/features/kubernetes.md index a83083bbe163..1a7f77313e15 100644 --- a/content/manuals/desktop/features/kubernetes.md +++ b/content/manuals/desktop/features/kubernetes.md @@ -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] >