Update service-access-application-cluster.md

Fix leading spaces in kubectl commands and unified format.As ahmetb says,This is causing bash/zsh shells to not to record the executed command in the history. See this link for details: https://unix.stackexchange.com/questions/115917/why-is-bash-not-storing-commands-that-start-with-spaces
This commit is contained in:
XsWack
2017-08-11 08:18:57 +08:00
committed by Zachary Corleissen
parent 8f887edaf1
commit 551587e727
@@ -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://<public-node-ip>:<node-port>
curl http://<public-node-ip>:<node-port>
where `<public-node-ip>` is the public IP address of your node,
and `<node-port>` is the NodePort value for your service.