From 3a30e259533feb01f86f8ae6d39e2adc75e02a5c Mon Sep 17 00:00:00 2001 From: Tyler Brazier Date: Tue, 6 Apr 2021 13:38:17 -0500 Subject: [PATCH] baremetal docs: fix example IP address --- docs/deploy/baremetal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/baremetal.md b/docs/deploy/baremetal.md index 6204f6bc8..436fdc4ae 100644 --- a/docs/deploy/baremetal.md +++ b/docs/deploy/baremetal.md @@ -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 ```