KubeFATE icon indicating copy to clipboard operation
KubeFATE copied to clipboard

Manage federated learning workload using cloud native technologies.

Results 103 KubeFATE issues
Sort by recently updated
recently updated
newest added

**What deployment mode you are use? ** 1. docker-compose; **What KubeFATE and FATE version you are using? ** [kubefate-docker-compose-v1.11.1.tar.gz](https://github.com/FederatedAI/KubeFATE/releases/download/v1.11.1/kubefate-docker-compose-v1.11.1.tar.gz) **MUST** Please state the KubeFATE and FATE version you found the...

我使用的是MacOS,在按照教程使用minikube以k8s方式部署kubefate时发现无法从宿主机ping通kubefate的IP,查了一下是mac本身限制了宿主机和docker容器之间的IP互通,并尝试使用docker-connector解决,按照网络上的教程操作后并没有报错,但依然无法ping通kubefate的容器ip,因此后面部署集群的步骤无法执行,请问有没有解决方法 ![image](https://github.com/FederatedAI/KubeFATE/assets/36832090/2499c23c-c159-40bf-8659-3cce4ae1d555)

![image](https://github.com/FederatedAI/KubeFATE/assets/48381788/89db4eef-b546-4488-b698-512d9aaf6315) ## **1. Some times, command 'flow test toy --guest-party-id 10000 --host-party-id 9999' return:** ![image](https://github.com/FederatedAI/KubeFATE/assets/48381788/c4d4545c-ab6e-48c2-ab6c-3c1768414226) -------------------------------------------------------------------------------------------------------------------- ## **2. Other times, the command return:** ![image](https://github.com/FederatedAI/KubeFATE/assets/48381788/5d27d86e-da45-4972-a1ed-e4f8c7889b46) ## **3. My parties.conf configration:** ![image](https://github.com/FederatedAI/KubeFATE/assets/48381788/ab1b8d69-6864-4b01-b4de-0d4aa3710d26)...

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

- 163的镜像源1.11版本没用了 - docker-deploy/docker_deploy.sh 脚本中的这个写法 `docker compose up -d` 在docker compose v2.2 版本中不支持,是否应该是`docker-compose up -d`

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.1 Changelog BUG FIXES fix Request.Context() checks #3512 SECURITY fix lack of escaping of filename in Content-Disposition #3556...

dependencies

**Is your feature request related to a problem? Please describe.** No. The version upgrade doc is out of date and may not working properly. **Describe the solution you'd like** I...

kind/requirement

minikube:1.20.0 docker:23.0.1 kubefate:1.4.4 fate:1.8.0 chartVersion: v1.8.0 centos:7.9 任务状态: [root@localhost kubefate]# kubefate job ls UUID CREATOR METHOD STATUS STARTTIME CLUSTERID AGE c8c9ccfc-6efa-4cca-b3e6-a265090d0165 admin ClusterInstall Running 2023-04-26 09:10:55 ec262039-6cc9-4cab-9981-cdb4c863c473 43m [root@localhost kubefate]#...

环境:使用kubefate ,照 fate-on-k8s安装fate 1.10.0 具体是 fate +spark+pulsar,且在一套k8s中安装了9999端和10000端 问题:在9999上传breast_hetero_guest时,报错,如图 ![image](https://user-images.githubusercontent.com/10691315/231346863-1e8208da-fb94-4585-bf71-0c7bf14c3d77.png) 服务都启动正常,且namenode有该路径 ![image](https://user-images.githubusercontent.com/10691315/231346965-dad0ced0-7388-48df-aede-a4f1e774f7ca.png) 帮忙看下是哪里配置的问题