ChenYi015 commented on PR #3237: URL: https://github.com/apache/celeborn/pull/3237#issuecomment-2871205477
Hi @ashangit @RexXiong , I have a closed PR #1528 that implements this feature, but it was too big to review. Recently, I am going to raise it again. What I am trying to do is: - Use `master.volumes`, `master.volumeMounts` and `master.volumeClaimTemplates` to configure master pods, users will need to configure `celeborn.master.ha.ratis.raft.server.storage.dir` manually. - Use `worker.volumes`, `worker.volumeMounts` and `worker.volumeClaimTemplates` to configure worker pods, users will need to configure `celeborn.worker.storage.dirs` manually. This will provide users the maximum flexibility to configure Celeborn pods, as the definitions of values is the same as standard K8s Pod/Statefulset api. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
