Closed
Description
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
curve-operator has implemented functions including deploying etcd, mds, chunkserver and snapshotclone, but some steps are similar, and some general steps can be abstracted into specific general methods for encapsulation, such as creating ConfigMap, Deployment, Job and pod.
Describe the solution you'd like (描述你期望的解决方法)
Understand the code, and then abstract the logic of the same code.