Merge pull request #7027 from tylerbrazier/master

baremetal docs: fix example IP address
This commit is contained in:
Kubernetes Prow Robot 2021-05-12 15:27:28 -07:00 committed by GitHub
commit f9d7a50766

View file

@ -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
```