From aa12ff8845aa594f7394095f1be56986ba4bdbd0 Mon Sep 17 00:00:00 2001 From: Delath <62723360+delath@users.noreply.github.com> Date: Thu, 9 May 2024 14:26:28 +0200 Subject: [PATCH] Update kubectl get nodes output example (#19775) * Update kubectl get nodes output example * Re-align the column-headers. Signed-off-by: Delath --------- Signed-off-by: Delath --- content/desktop/kubernetes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/desktop/kubernetes.md b/content/desktop/kubernetes.md index 86617d5400..05720e47b7 100644 --- a/content/desktop/kubernetes.md +++ b/content/desktop/kubernetes.md @@ -67,8 +67,8 @@ You can test the command by listing the available nodes: ```console $ kubectl get nodes -NAME STATUS ROLES AGE VERSION -docker-desktop Ready master 3h v1.19.7 +NAME STATUS ROLES AGE VERSION +docker-desktop Ready control-plane 3h v1.29.1 ``` For more information about `kubectl`, see the @@ -80,4 +80,4 @@ To turn off Kubernetes in Docker Desktop: 1. From the Docker Dashboard, select the **Settings** icon. 2. Select **Kubernetes** from the left sidebar. 3. Next to **Enable Kubernetes**, clear the checkbox -4. Select **Apply & Restart** to save the settings.This stops and removes Kubernetes containers, and also removes the `/usr/local/bin/kubectl` command. \ No newline at end of file +4. Select **Apply & Restart** to save the settings.This stops and removes Kubernetes containers, and also removes the `/usr/local/bin/kubectl` command.