Closed hjhsalo closed 5 years ago
Closing as for doing this we always SSH into Minikube (see usage in Makefile https://github.com/reanahub/reana/blob/96d686060fe3d579e5391951737b8187863f9fe5/Makefile#L147) and in production, we always manipulate the volumes with the native tools.
Some of the functions of
reana-cluster
should support removing of persistent storage a deployed REANA cluster uses.It might also be beneficial to implement a restart / reset functionality which deletes persistent storage but otherwise leaves REANA cluster intact.
On the other hand similar functionality which reset / redeploys components to REANA cluster without removing persistent storage would be useful as well.
Currently running
reana-cluster init
,reana-cluster down
andreana-cluster init
again, now destroys everything, including the persistent storage.