Skip to content

Commit 93969de

Browse files
committed
update
1 parent 267a10d commit 93969de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/paddle_k8s

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ start_pserver() {
1313

1414
start_new_pserver() {
1515
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)
16+
export MASTER_IP=$(python /root/k8s_tools.py fetch_master_ip)
1717
stdbuf -oL /usr/bin/pserver \
1818
-port=$PADDLE_INIT_PORT \
1919
-num-pservers=$PSERVERS \

0 commit comments

Comments
 (0)