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
@@ -56,7 +56,7 @@ provides load balancing for an application that has two running instances.
1. 在您的集群中运行一个 Hello World 应用:
```shell
kubectl run hello-world --replicas=2 --labels="run=load-balancer-example" --image=gcr.io/google-samples/node-hello:1.0 --port=8080
```
```
<!--
The preceding command creates a
[Deployment](/docs/concepts/workloads/controllers/deployment/)