Skip to content

Commit

Permalink
Merge pull request #4036 from Yantrio/patch-1
Browse files Browse the repository at this point in the history
Docs have incorrect command in baremetal.md
  • Loading branch information
k8s-ci-robot authored Apr 26, 2019
2 parents e7a5bec + 2a31790 commit ddedd16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ddedd16

Please sign in to comment.