oceanbase/ob-operator

[Feature]: Recover standalone cluster from VolumeSnapshot

powerfooI opened this issue · 0 comments

Describe your use case

Standalone cluster, which start up with 127.0.0.1 as its IP, can take use of distributed file system components in k8s cluster. Users may have demands that they make a snapshot of volumes and recover volumes from the snapshot. It's nice to have an OB cluster recovered from a pvc restored from a snapshot.

Describe the solution you'd like

Add fields like restoreFromSnapshot into obcluster.spec, users can update or create a standalone cluster with existing snapshot.

Describe alternatives you've considered

No response

Additional context

No response