From e6ef8f6cdedadeb207778b9f8ea2f2316fd0f5f1 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 7 Apr 2025 09:46:47 +0100 Subject: [PATCH 1/2] kube dash --- content/manuals/desktop/features/kubernetes.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/manuals/desktop/features/kubernetes.md b/content/manuals/desktop/features/kubernetes.md index 1b3b5eedb8b7..264a163b0644 100644 --- a/content/manuals/desktop/features/kubernetes.md +++ b/content/manuals/desktop/features/kubernetes.md @@ -83,14 +83,6 @@ The following table summarizes this comparison. ### Additional settings -#### Kubernetes Dashboard - -Once Kubernetes is installed and set up, you can select the **Deploy the Kubernetes Dashboard into cluster** setting. - -This setting installs the Kubernetes Dashboard in Docker Desktop and gives you the option to open the Dashboard web UI in an external browser with the **Launch Dashboard** button located at the top-right of the settings page. - -The Kubernetes Dashboard helps you manage and monitor your Kubernetes clusters and applications more easily. - #### Viewing system containers By default, Kubernetes system containers are hidden. To inspect these containers, enable **Show system containers (advanced)**. From ab3e41aee1866c3b23246f2d84db5098338c00a3 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 7 Apr 2025 10:01:45 +0100 Subject: [PATCH 2/2] rn --- content/manuals/desktop/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 35a658da63f4..354e530c4935 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -52,7 +52,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- You can now get quick access to the Kubernetes Dashboard with the **Launch Dashboard** button on the **Kubernetes** settings page. - Fixed a bug that caused `docker-proxy` to stop forwarding UDP datagrams to containers. - Fixed a bug that caused docker-proxy to close UDP connections to containers eagerly and resulting in the source address to change needlessly - Fixed a race condition that prevented Docker Desktop Kubernetes from starting in some scenarios.