What is the user interaction of your feature
The operator should be able to control the progress of an update operation.
Is your feature request related to a problem? Please describe.
Yes. we need it any time when we make changes to a database such as reconfiguration, upgrade.
If this is a new feature, please describe the motivation and goals.
Databases play a crucial role in any business applications. Therefore any update operation for a database should be taken in a controllabe way, which IMO makes such feature an indispensable part of the Kubeblocks. Only by such feature can we implement operations such as canary update.
Describe the solution you'd like
In the KB world, I think it could be some types of OpsRequest.
For example, to make an update pausable, there could be a PauseUpdate and a ResumeUpdate OpsRequest available for the operator to control the progress of the update. Please also consider a Rollback OpsRequest.
Describe alternatives you've considered
I think this is quite an essential feature.
What is the user interaction of your feature
The operator should be able to control the progress of an update operation.
Is your feature request related to a problem? Please describe.
Yes. we need it any time when we make changes to a database such as reconfiguration, upgrade.
If this is a new feature, please describe the motivation and goals.
Databases play a crucial role in any business applications. Therefore any update operation for a database should be taken in a controllabe way, which IMO makes such feature an indispensable part of the Kubeblocks. Only by such feature can we implement operations such as canary update.
Describe the solution you'd like
In the KB world, I think it could be some types of OpsRequest.
For example, to make an update pausable, there could be a PauseUpdate and a ResumeUpdate OpsRequest available for the operator to control the progress of the update. Please also consider a Rollback OpsRequest.
Describe alternatives you've considered
I think this is quite an essential feature.