Closed FranisiL closed 2 years ago
Transfer the generated installation package to the corresponding server, after decompression, enter the conf-10000 directory
Start 10000 party fate related services, use the command to start: docker-compose up -d
Are you doing this manually? our script https://github.com/FederatedAI/KubeFATE/blob/master/docker-deploy/docker_deploy.sh should take care of the other party.
Please check this https://github.com/FederatedAI/KubeFATE/blob/master/docker-deploy/README.md
What is your docker compose version? My verified one is:
11:14:04 root@example ~ → docker-compose version
docker-compose version 1.23.2, build 1110ad01
docker-py version: 3.6.0
CPython version: 3.6.7
OpenSSL version: OpenSSL 1.1.0f 25 May 2017
$ docker-compose version
docker-compose version 1.26.0, build d4451659 docker-py version: 4.2.1 CPython version: 3.7.7 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
ERROR: client version 1.38 is too new. Maximum supported API version is 1.37
ERROR: client version 1.38 is too new. Maximum supported API version is 1.37
Yes, modify the docker-compose.yml fileversion: "3.7"
for version: '3.6'
,ERROR: client version 1.38 is too new. Maximum supported API version is 1.37
got resolved.This also proves that the deployment script may need to be modified.
Although this problem is solved, other problems still exist.
This also proves that the deployment script may need to be modified.
I think telling the minimum docker verison can work too .
I think telling the minimum docker verison can work too .
this problems still exist.
ERROR:
Duplicate mount points: [/home/work/fate/fate_1.9.0/confs-10000/shared_dir/data/datanode:/hadoop/dfs/data:rw, /home/work/fate/fate_1.9.0/confs-10000/shared_dir/data/datanode-2:/hadoop/dfs/data:rw]
you need to clean up everything between 2 times of docker-compose deployment. You can check this comment: https://github.com/FederatedAI/KubeFATE/issues/752#issuecomment-1250478671
What deployment mode you are use?
docker-compose
What KubeFATE and FATE version you are using?
KubeFATE V1.9.0
MUST Please state the KubeFATE and FATE version you found the issue
KubeFATE V1.9.0
FATE V1.9.0
What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.
Client:
Server:
Desktop (please complete the following information):
To Reproduce
Download KubeFATE(V1.9.0): Download URL
unzip file kubefate-docker-compose-v1.9.0.tar.gz,Generate deployment package
.env
parties.conf
Transfer the generated installation package to the corresponding server, after decompression, enter the conf-10000 directory
Start 10000 party fate related services, use the command to start: docker-compose up -d
What happen?
Additional context
Attempt 1: Delete the datanode-1 and datanode-2 services in the docker-compose.yml file and start the task:
docker-compose up -d
new error occurs:
Attempt 2: Modify the docker-compose.yml file
version: "3.7"
change intoversion: "3"
,new error occurs:
Delete docker-compose.yml file
services.fateflow.healthcheck :start_period: 40s
new errorDelete the datanode-1 and datanode-2 services in the docker-compose.yml file and start the task,task started successfully