Chenlong Ma

Results 12 issues of Chenlong Ma

**Describe the bug** Version:FATE v1.8.0 Deployment method: KubeFATE, k8s, FATE_on_Spark + Pulsar. FATE Job: hetero_sbt. For both Guest and Host, the dataset is 10000*1000. It will appear in one run,...

[FATE-Builder](https://github.com/FederatedAI/FATE-Builder) Goal: - [x] moving code files(https://github.com/FederatedAI/FATE-Builder/pull/1) - [x] Make sure it's available after moving - [ ] remove legacy code

## Changes - Add images select for docker-compose and chart By modifying these configurations, different images can be used. ```bash computing=Eggroll federation=Eggroll storage=Eggroll enabled_nn=false algorithm=Basic device=IPCL ``` - Change image...

**User Story** As a operator, I would like to deploy a Hive cluster as the FATE storage provider because since FATE v1.7.0, Hive is supported to be storage engine. **Details**...

kind/requirement

The party ID should change to 1, 2, 3, 4, etc., rather than 9999, 8888...; 1,2,3,4 look more concise and convenient for voice communication.

**Summary** The kubefate cluster describe command cannot obtain the resource information of StatefulSet resources, which will cause kubefate to fail to obtain the FATE cluster status in a timely and...

kind/task

```bash [INFO] Could not determine Node.js install directory [INFO] node:child_process:902 [INFO] throw err; [INFO] ^ [INFO] [INFO] Error: Command failed: npm --version [INFO] [INFO] Could not determine Node.js install directory...

**Summary** Since k8s has canceled the support of PodSecurityPolicy since v1.25, KubeFATE also needs to remove PodSecurityPolicy to avoid compatibility problems on k8s of v1.25+. Provenance: [Removes the PodSecurityPolicy admission...

kind/task

**Summary** The current FATE architecture already contains many components, and the update frequency of each component is not synchronized, so it is best for KubeFATE to be compatible with the...

kind/story