From 2a31790887f46709f22a2de52965712107582546 Mon Sep 17 00:00:00 2001 From: James Humphries Date: Thu, 25 Apr 2019 11:10:16 +0100 Subject: [PATCH] Docs have incorrect command in baremetal.md The output shown is for `kubectl get node` and not `kubectl describe node`. I've updated the docs to use the correct command. --- docs/deploy/baremetal.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/deploy/baremetal.md b/docs/deploy/baremetal.md index 780675763..337fadfeb 100644 --- a/docs/deploy/baremetal.md +++ b/docs/deploy/baremetal.md @@ -42,7 +42,7 @@ by a DHCP server. environments this value is ) ```console - $ kubectl describe node + $ kubectl get node NAME STATUS ROLES EXTERNAL-IP host-1 Ready master 203.0.113.1 host-2 Ready node 203.0.113.2 @@ -126,7 +126,7 @@ requests. bare-metal environments this value is ) ```console - $ kubectl describe node + $ kubectl get node NAME STATUS ROLES EXTERNAL-IP host-1 Ready master 203.0.113.1 host-2 Ready node 203.0.113.2 @@ -165,7 +165,7 @@ field of the `ingress-nginx` Service spec to `Local` ([example][preserve-ip]). this value is ) ```console - $ kubectl describe node + $ kubectl get node NAME STATUS ROLES EXTERNAL-IP host-1 Ready master 203.0.113.1 host-2 Ready node 203.0.113.2 @@ -210,7 +210,7 @@ Service. environments this value is ) ```console - $ kubectl describe node + $ kubectl get node NAME STATUS ROLES EXTERNAL-IP host-1 Ready master 203.0.113.1 host-2 Ready node 203.0.113.2 @@ -402,7 +402,7 @@ Service. These IP addresses **must belong to the target node**. environments this value is ) ```console - $ kubectl describe node + $ kubectl get node NAME STATUS ROLES EXTERNAL-IP host-1 Ready master 203.0.113.1 host-2 Ready node 203.0.113.2