From 4a2234987621d4ca1e1a749d056e2402f5e39b5a Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Tue, 10 Apr 2018 19:52:20 +0800 Subject: [PATCH] update by comments --- doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md b/doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md index 2ed75b4dcc..08e546c4f7 100644 --- a/doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md +++ b/doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md @@ -277,9 +277,9 @@ I1116 09:10:18.019836 50 ParameterClient2.cpp:122] pserver 5 192.168.129.71:7 ### Using Environment Variables -Usually we use the environment varialbes to configurate the PaddlePaddle Job which running on +Usually we use the environment varialbes to configurate the PaddlePaddle Job which runs in Kubernetes, `start_paddle.py` provides a start up script to convert the environment variable -to the start up argument of PaddlePaddle process: +to the start up arguments of PaddlePaddle process: ```bash API = "/api/v1/namespaces/" -- GitLab