openebs / openebsctl

`openebsctl` is a kubectl plugin to manage OpenEBS storage components.
Apache License 2.0
29 stars 21 forks source link

Add feature to view the jiva volume upgrade status #128

Closed vharsh closed 2 years ago

vharsh commented 3 years ago

As per https://github.com/openebs/openebsctl/pull/115 the feature has been implemented to schedule the upgrade job to upgrade the Jiva volume data plane components to match the version of the jiva control plane. @Abhishek-kumar09 has suggested for a way to add a watch functionality to either

Both of the above are great ideas to simplify the UX for launching upgrade jobs for data plane, this issue will house the discussion for the same.

Continued from the discussions at #115

Abhishek-kumar09 commented 3 years ago

Working on it.