Remove trailing spaces from zh documents(#16742) (#16794)

This commit is contained in:
Yushiro FURUKAWA
2019-10-15 18:23:51 +09:00
committed by Kubernetes Prow Robot
parent 0268ed0c18
commit b05129acc3
106 changed files with 648 additions and 648 deletions
@@ -57,7 +57,7 @@ load-balanced access to an application running in a cluster.
```
kubectl run hello-world --replicas=2 --labels="run=load-balancer-example" --image=gcr.io/google-samples/node-hello:1.0 --port=8080
```
<!--
1. List the pods that are running the Hello World application:
-->
@@ -99,7 +99,7 @@ load-balanced access to an application running in a cluster.
```
kubectl get services example-service
```
<!--
The output shows the internal IP address and the external IP address of
your service. If the external IP address shows as `<pending>`, repeat the