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)**. 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.