fix incorrect links and other doc errors in tutorials

Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
This commit is contained in:
bruceauyeung
2016-12-06 17:12:23 +08:00
parent 2b226de264
commit 03658685ad
4 changed files with 7 additions and 7 deletions
@@ -103,7 +103,7 @@ provides load balancing for an application that has two running instances.
curl http://<public-node-ip>:<node-port>
where `<public-node-ip>` us the public IP address of your node,
where `<public-node-ip>` is the public IP address of your node,
and `<node-port>` is the NodePort value for your service.
The response to a successful request is a hello message:
@@ -64,7 +64,7 @@ external IP address.
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-service 10.3.245.137 104.198.205.71 8080/TCP 54s
Note: If the external IP address is shown as <pending>, wait for a minute
Note: If the external IP address is shown as \<pending\>, wait for a minute
and enter the same command again.
1. Display detailed information about the Service:
@@ -110,7 +110,7 @@ external IP address.
curl http://<external-ip>:<port>
where `<external-ip>` us the external IP address of your Service,
where `<external-ip>` is the external IP address of your Service,
and `<port>` is the value of `Port` in your Service description.
The response to a successful request is a hello message: