-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker compose deployment not working in Ubuntu 22.04 #905
Comments
Please check that this command |
[root@b24912b32a3f fate]# flow server versions { "data": { "API": "v1", "CENTOS": "7.2", "EGGROLL": "2.5.1", "FATE": "1.11.2", "FATEBoard": "1.11.1", "FATEFlow": "1.11.1", "JDK": "8", "MAVEN": "3.6.3", "PYTHON": "3.8", "SPARK": "3.4.0", "UBUNTU": "16.04" }, "retcode": 0, "retmsg": "success" } |
Are you deploying Spark or Eggroll FATE, |
We use Eggroll. |
Check the nodemanager log, enter the container, and check the log file with a similar name to task-xxxxx. |
**What deployment mode you are use? **
docker-compose;
**What KubeFATE and FATE version you are using? **
KubeFATE-1.11.2
MUST Please state the KubeFATE and FATE version you found the issue
KubeFATE-1.11.2
**What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS. **
Desktop (please complete the following information):
To Reproduce
When deploying to Ubuntu 22.04 no errors are shown and the containers are up and running.
But the following to check FL on the same system,
flow test toy --guest-party-id 10000 --host-party-id 10000
command times out..
The text was updated successfully, but these errors were encountered: