baremetal docs: fix example IP address

This commit is contained in:
Tyler Brazier 2021-04-06 13:38:17 -05:00
parent a7199a4cef
commit 3a30e25953

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: the ports configured in the LoadBalancer Service:
```console ```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 HTTP/1.1 200 OK
Server: nginx/1.15.2 Server: nginx/1.15.2
``` ```