Merge pull request #4036 from Yantrio/patch-1

Docs have incorrect command in baremetal.md
This commit is contained in:
Kubernetes Prow Robot 2019-04-26 12:28:05 -07:00 committed by GitHub
commit ddedd165b2
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\>)
```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 <None\>)
```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 <None\>)
```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 <None\>)
```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 <None\>)
```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