Skip to content

Commit

Permalink
Merge pull request kubernetes#7027 from tylerbrazier/master
Browse files Browse the repository at this point in the history
baremetal docs: fix example IP address
  • Loading branch information
k8s-ci-robot authored May 12, 2021
2 parents 3dd7c83 + 3a30e25 commit 7339ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ are created in the iptables NAT table and the node with the selected IP address
the ports configured in the LoadBalancer Service:

```console
$ curl -D- http://203.0.113.3 -H 'Host: myapp.example.com'
$ curl -D- http://203.0.113.10 -H 'Host: myapp.example.com'
HTTP/1.1 200 OK
Server: nginx/1.15.2
```
Expand Down

0 comments on commit 7339ef7

Please sign in to comment.