From 49fdb096a8c15f9c8b7d59cf73e7271c6d781bec Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:47:57 +0100 Subject: [PATCH] Minor style update (#13276) Signed-off-by: Usha Mandya --- _includes/deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/deploy.md b/_includes/deploy.md index 19a40bc7e2..026e90452a 100644 --- a/_includes/deploy.md +++ b/_includes/deploy.md @@ -18,12 +18,12 @@ For detailed instructions, see [Deploying Docker containers on ECS](/cloud/ecs-i ## Kubernetes -Docker Desktop includes a standalone Kubernetes server and client, as well as Docker CLI integration that runs on your machine. Enabling Kubernetes allows you to test your workloads on Kubernetes. +Docker Desktop includes a standalone Kubernetes server and client, as well as Docker CLI integration that runs on your machine. When you enable Kubernetes, you can test your workloads on Kubernetes. To enable Kubernetes: 1. From the Docker menu, select **Preferences** (**Settings** on Windows). -2. Select **Kubernetes** and then click **Enable Kubernetes**. +2. Select **Kubernetes** and click **Enable Kubernetes**. This starts a Kubernetes single-node cluster when Docker Desktop starts.