FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
424 stars 221 forks source link

Fix issue 730 #806

Closed n063h closed 2 years ago

n063h commented 2 years ago

Fixes ISSUE #730

Description

  1. enable dependent_distribution configuration in cluster.yaml
  2. add doc

Tests

Before fix

user has to manually modify configmap to enable dependent_distribution

After fix

user can easy set dependent_distribution in python filed in cluster.yaml, like

python:
  type: NodePort
  httpNodePort: 30107
  grpcNodePort: 30102
  logLevel: INFO
  dependent_distribution: true

Install cluster with the yaml, user can see in /data/projects/fate/conf/service_conf.yaml

dependent_distribution: true