Update cluster-deploy

This commit is contained in:
Torma Kristóf 2019-04-02 22:27:27 +02:00 committed by GitHub
parent 32f79eecdc
commit 5c0dd4cfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ for LINE in $(cat $WORKER_LIST | grep -vE "^#"); do
wait_for_worker
#FIXME Do I need local docker-registry?
ssh $WORKERNAME -o "StrictHostKeyChecking no" "bash -s" < ./deploy/docker_registry_setup.sh $IP:5000
#ssh $WORKERNAME -o "StrictHostKeyChecking no" "bash -s" < ./deploy/docker_registry_setup.sh $IP:5000
echo "[worker:$WORKERNAME] Deployment is completed."
done