diff --git a/docs/tasks/access-application-cluster/service-access-application-cluster.md b/docs/tasks/access-application-cluster/service-access-application-cluster.md index a229ec8e4c..ebbd195b5e 100644 --- a/docs/tasks/access-application-cluster/service-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/service-access-application-cluster.md @@ -105,7 +105,7 @@ provides load balancing for an application that has two running instances. 1. Use the node address and node port to access the Hello World application: - curl http://: + curl http://: where `` is the public IP address of your node, and `` is the NodePort value for your service.