FederatedAI / KubeFATE

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

kubefate cluster installation with correct fateflow python-0 pv size … #860

Closed PenHsuanWang closed 1 year ago

PenHsuanWang commented 1 year ago

…setting. issue #859

Fixes ISSUE #859

Description

To correctly set the fateflow PV from the cluser.yaml without bounding mysql PV setting.

owlet42 commented 1 year ago

Thanks for your PR, KubeFATE requires all commits to go through DCO.

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~1 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin fateflow-pv-setting-issue