fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.69k stars 960 forks source link

[FEATURES] Support podManagementPolicy for AlluxioRuntime #2217

Open wenfang6 opened 2 years ago

wenfang6 commented 2 years ago

What feature you'd like to add: now alluxioruntime only implements worker startup one by one。l hope user can set podManagementPolicy.
e.g : add policy Start all workers together Why is this feature needed: our alluxio cluster starts and stops frequently, and scale in scale out sometime for save resource. so we hope alluxio cluster can be ready quickly.

cheyang commented 2 years ago

You can follow JindoFSRuntime

https://github.com/fluid-cloudnative/fluid/blob/2b7c70a082f4a9d10d58223ebeb6441611ce0167/charts/jindofsx/templates/worker/statefulset.yaml#L35