We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267a10d commit 93969deCopy full SHA for 93969de
docker/paddle_k8s
@@ -13,7 +13,7 @@ start_pserver() {
13
14
start_new_pserver() {
15
stdbuf -oL python /root/k8s_tools.py wait_pods_running paddle-job-master=${PADDLE_JOB_NAME} 1
16
- export MASTER_IP=$(python /root/k8s_tools.py fetch_master_ips)
+ export MASTER_IP=$(python /root/k8s_tools.py fetch_master_ip)
17
stdbuf -oL /usr/bin/pserver \
18
-port=$PADDLE_INIT_PORT \
19
-num-pservers=$PSERVERS \
0 commit comments