reanahub / reana-cluster

REANA cluster management
http://reana-cluster.readthedocs.io/
5 stars 23 forks source link

cli: `restart` / `reset` and `remove-persistent-storage` functionality is not implemented #26

Closed hjhsalo closed 5 years ago

hjhsalo commented 7 years ago

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 and reana-cluster init again, now destroys everything, including the persistent storage.

diegodelemos commented 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.