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.
This commit is contained in:
James Humphries 2019-04-25 11:10:16 +01:00 committed by GitHub
parent 5d31fb2c5d
commit 2a31790887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ by a DHCP server.
environments this value is <None\>) environments this value is <None\>)
```console ```console
$ kubectl describe node $ kubectl get node
NAME STATUS ROLES EXTERNAL-IP NAME STATUS ROLES EXTERNAL-IP
host-1 Ready master 203.0.113.1 host-1 Ready master 203.0.113.1
host-2 Ready node 203.0.113.2 host-2 Ready node 203.0.113.2
@ -126,7 +126,7 @@ requests.
bare-metal environments this value is <None\>) bare-metal environments this value is <None\>)
```console ```console
$ kubectl describe node $ kubectl get node
NAME STATUS ROLES EXTERNAL-IP NAME STATUS ROLES EXTERNAL-IP
host-1 Ready master 203.0.113.1 host-1 Ready master 203.0.113.1
host-2 Ready node 203.0.113.2 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 <None\>) this value is <None\>)
```console ```console
$ kubectl describe node $ kubectl get node
NAME STATUS ROLES EXTERNAL-IP NAME STATUS ROLES EXTERNAL-IP
host-1 Ready master 203.0.113.1 host-1 Ready master 203.0.113.1
host-2 Ready node 203.0.113.2 host-2 Ready node 203.0.113.2
@ -210,7 +210,7 @@ Service.
environments this value is <None\>) environments this value is <None\>)
```console ```console
$ kubectl describe node $ kubectl get node
NAME STATUS ROLES EXTERNAL-IP NAME STATUS ROLES EXTERNAL-IP
host-1 Ready master 203.0.113.1 host-1 Ready master 203.0.113.1
host-2 Ready node 203.0.113.2 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 <None\>) environments this value is <None\>)
```console ```console
$ kubectl describe node $ kubectl get node
NAME STATUS ROLES EXTERNAL-IP NAME STATUS ROLES EXTERNAL-IP
host-1 Ready master 203.0.113.1 host-1 Ready master 203.0.113.1
host-2 Ready node 203.0.113.2 host-2 Ready node 203.0.113.2