Remove trailing spaces from FR documents(#16742) (#16788)

This commit is contained in:
Yushiro FURUKAWA
2019-10-10 18:02:53 +09:00
committed by Kubernetes Prow Robot
parent 3b10c76ca7
commit 2a120450eb
45 changed files with 412 additions and 412 deletions
@@ -64,7 +64,7 @@ Le fichier de configuration de pod décrit un pod qui possède un selector de n
{{< codenew file="pods/pod-nginx.yaml" >}}
1. Utilisez le fichier de configuration pour créer un pod qui sera ordonnancé sur votre nœud choisi :
```shell
kubectl apply -f https://k8s.io/examples/pods/pod-nginx.yaml
```
@@ -76,7 +76,7 @@ Le fichier de configuration de pod décrit un pod qui possède un selector de n
```
La sortie est la suivante :
```shell
NAME READY STATUS RESTARTS AGE IP NODE
nginx 1/1 Running 0 13s 10.200.0.4 worker0